Changes for page Icinga 2
Last modified by Sebastian Marsching on 2022/04/03 22:58
From version 1.1
edited by Sebastian Marsching
on 2022/04/03 14:08
on 2022/04/03 14:08
Change comment:
There is no comment for this version
To version 2.1
edited by Sebastian Marsching
on 2022/04/03 22:58
on 2022/04/03 22:58
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Tags
-
... ... @@ -1,0 +1,1 @@ 1 +Linux|Network - Content
-
... ... @@ -15,7 +15,6 @@ 15 15 echo "unique_subject = no" >index.txt.attr 16 16 echo "0000" >crlnumber.txt 17 17 touch crl.pem 18 - 19 19 ``` 20 20 21 21 Next, we create the configuration file for OpenSSL as `/var/lib/icinga2/ca/crl/openssl.cnf`: ... ... @@ -47,6 +47,8 @@ 47 47 48 48 Finally, we want two shell scripts. One for generating the CRL and one for revoking a certificate. 49 49 49 +`/var/lib/icinga2/ca/crl/gen-crl.sh`: 50 + 50 50 ```bash 51 51 #!/bin/bash 52 52 ... ... @@ -68,6 +68,8 @@ 68 68 openssl ca -config "$BASE_DIR/openssl.cnf" -gencrl -out "$BASE_DIR/crl.pem" 69 69 ``` 70 70 72 +`/var/lib/icinga2/ca/crl/revoke.sh`: 73 + 71 71 ```bash 72 72 #!/bin/bash 73 73