16 lines
632 B
Plaintext
16 lines
632 B
Plaintext
# 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
|