testing: Add some notes about how to reissue attribute certificates
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
# Carols expired acert for finance
|
||||
pki --acert \
|
||||
--issuercert hosts/moon/etc/ipsec.d/aacerts/aa.pem \
|
||||
--issuerkey hosts/moon/etc/ipsec.d/private/aa.pem \
|
||||
--in ../../../hosts/carol/etc/ipsec.d/certs/carolCert.pem \
|
||||
--group finance -F "01.01.13 08:00:00" -l 240 -f pem \
|
||||
> ./hosts/carol/etc/ipsec.d/acerts/carol-finance-expired.pem
|
||||
|
||||
# Carols valid acert for sales
|
||||
pki --acert \
|
||||
--issuercert hosts/moon/etc/ipsec.d/aacerts/aa.pem \
|
||||
--issuerkey hosts/moon/etc/ipsec.d/private/aa.pem \
|
||||
--in ../../../hosts/carol/etc/ipsec.d/certs/carolCert.pem \
|
||||
--group sales -l 87600 -f pem \
|
||||
> hosts/carol/etc/ipsec.d/acerts/carol-sales.pem
|
||||
Reference in New Issue
Block a user