V8.02.644.2025.05.31
All checks were successful
Retrieve the DNSSEC status at the time of updating the repository. / build-dnssec-diagram (push) Successful in 30s
All checks were successful
Retrieve the DNSSEC status at the time of updating the repository. / build-dnssec-diagram (push) Successful in 30s
Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
@@ -8,11 +8,13 @@ include_toc: true
|
||||
**Centurion Intelligence Consulting Agency Information Security Standard**<br>
|
||||
*Debian Live Build Generator for hardened live environment and CISS Debian Installer*<br>
|
||||
**Master Version**: 8.02<br>
|
||||
**Build**: V8.02.512.2025.05.30<br>
|
||||
**Build**: V8.02.644.2025.05.31<br>
|
||||
|
||||
# 2. DNSSEC Status
|
||||
|
||||

|
||||
This is an auto-generated overview of the DNSSEC status of `coresecret.dev` at the time of the last human-initiated push event.
|
||||
|
||||

|
||||
|
||||
---
|
||||
**[no tracking | no logging | no advertising | no profiling | no bullshit](https://coresecret.eu/)**
|
||||
|
||||
@@ -8,7 +8,7 @@ include_toc: true
|
||||
**Centurion Intelligence Consulting Agency Information Security Standard**<br>
|
||||
*Debian Live Build Generator for hardened live environment and CISS Debian Installer*<br>
|
||||
**Master Version**: 8.02<br>
|
||||
**Build**: V8.02.512.2025.05.30<br>
|
||||
**Build**: V8.02.644.2025.05.31<br>
|
||||
|
||||
# 2. Haveged Audit on Netcup RS 2000 G11
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ include_toc: true
|
||||
**Centurion Intelligence Consulting Agency Information Security Standard**<br>
|
||||
*Debian Live Build Generator for hardened live environment and CISS Debian Installer*<br>
|
||||
**Master Version**: 8.02<br>
|
||||
**Build**: V8.02.512.2025.05.30<br>
|
||||
**Build**: V8.02.644.2025.05.31<br>
|
||||
|
||||
# 2. Lynis Audit:
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ include_toc: true
|
||||
**Centurion Intelligence Consulting Agency Information Security Standard**<br>
|
||||
*Debian Live Build Generator for hardened live environment and CISS Debian Installer*<br>
|
||||
**Master Version**: 8.02<br>
|
||||
**Build**: V8.02.512.2025.05.30<br>
|
||||
**Build**: V8.02.644.2025.05.31<br>
|
||||
|
||||
# 2. SSH Audit by ssh-audit.com
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ include_toc: true
|
||||
**Centurion Intelligence Consulting Agency Information Security Standard**<br>
|
||||
*Debian Live Build Generator for hardened live environment and CISS Debian Installer*<br>
|
||||
**Master Version**: 8.02<br>
|
||||
**Build**: V8.02.512.2025.05.30<br>
|
||||
**Build**: V8.02.644.2025.05.31<br>
|
||||
|
||||
# TBA
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ include_toc: true
|
||||
**Centurion Intelligence Consulting Agency Information Security Standard**<br>
|
||||
*Debian Live Build Generator for hardened live environment and CISS Debian Installer*<br>
|
||||
**Master Version**: 8.02<br>
|
||||
**Build**: V8.02.512.2025.05.30<br>
|
||||
**Build**: V8.02.644.2025.05.31<br>
|
||||
|
||||
# 2. Coding Style
|
||||
|
||||
@@ -62,14 +62,27 @@ neat features. Here's how you make use of them. Besides those short hints here,
|
||||
* Global variables:
|
||||
* use them only when really necessary,
|
||||
* in CAPS,
|
||||
* initialize them (`declare -g VAR=""`),
|
||||
* use `declare -g` and use typing (variable types) if possible.
|
||||
* initialize them (`declare -g VAR_EXAMPLE=""`),
|
||||
* SHOULD start with:
|
||||
* `ARY_` for Arrays,
|
||||
* `C_` for Variables defining colored outputs,
|
||||
* `ERR_` for Error Codes Variables,
|
||||
* `HMP_` for HashMap Arrays,
|
||||
* `LOG_` for Logfile Variables,
|
||||
* `PID_` for PID Variables,
|
||||
* `PIPE_` for PIPE Variables,
|
||||
* `VAR_` for Variables
|
||||
* Local variables:
|
||||
* are lower case,
|
||||
* declare them before usage (`declare`),
|
||||
* initialize them (`declare VAR=""`).
|
||||
* Preferred declaration and initialization:
|
||||
* VAR: `declare -g VAR=""` and `declare -a ARRAY=()`.
|
||||
* declare them before usage (`declare` eq `local`),
|
||||
* initialize them (`declare var_example=""`),
|
||||
* SHOULD start with:
|
||||
* `ary_` for Arrays,
|
||||
* `c_` for Variables defining colored outputs,
|
||||
* `err_` for Error Codes Variables,
|
||||
* `hmp_` for HashMap Arrays,
|
||||
* `log_` for Logfile Variables,
|
||||
* `var_` for Variables.
|
||||
|
||||
# 3. Misc
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ include_toc: true
|
||||
**Centurion Intelligence Consulting Agency Information Security Standard**<br>
|
||||
*Debian Live Build Generator for hardened live environment and CISS Debian Installer*<br>
|
||||
**Master Version**: 8.02<br>
|
||||
**Build**: V8.02.512.2025.05.30<br>
|
||||
**Build**: V8.02.644.2025.05.31<br>
|
||||
|
||||
# 2. Contributors
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ include_toc: true
|
||||
**Centurion Intelligence Consulting Agency Information Security Standard**<br>
|
||||
*Debian Live Build Generator for hardened live environment and CISS Debian Installer*<br>
|
||||
**Master Version**: 8.02<br>
|
||||
**Build**: V8.02.512.2025.05.30<br>
|
||||
**Build**: V8.02.644.2025.05.31<br>
|
||||
|
||||
# 2. Credits
|
||||
|
||||
|
||||
@@ -8,12 +8,12 @@ include_toc: true
|
||||
**Centurion Intelligence Consulting Agency Information Security Standard**<br>
|
||||
*Debian Live Build Generator for hardened live environment and CISS Debian Installer*<br>
|
||||
**Master Version**: 8.02<br>
|
||||
**Build**: V8.02.512.2025.05.30<br>
|
||||
**Build**: V8.02.644.2025.05.31<br>
|
||||
|
||||
# 2. Usage
|
||||
````text
|
||||
CISS.debian.live.builder
|
||||
Master V8.02.512.2025.05.30
|
||||
Master V8.02.644.2025.05.31
|
||||
|
||||
(c) Marc S. Weidner, 2018 - 2025
|
||||
(p) Centurion Press, 2024 - 2025
|
||||
|
||||
@@ -8,7 +8,7 @@ include_toc: true
|
||||
**Centurion Intelligence Consulting Agency Information Security Standard**<br>
|
||||
*Debian Live Build Generator for hardened live environment and CISS Debian Installer*<br>
|
||||
**Master Version**: 8.02<br>
|
||||
**Build**: V8.02.512.2025.05.30<br>
|
||||
**Build**: V8.02.644.2025.05.31<br>
|
||||
|
||||
# 2. Resources
|
||||
|
||||
|
||||
Reference in New Issue
Block a user