CRL file must not be empty #3

Closed
opened 2019-05-23 15:36:34 +02:00 by Ghost · 2 comments

CRL file can not be initialized by touch and must contain a valid CRL content.

CRL file can not be initialized by touch and must contain a valid CRL content.
Member

The CRL file must be created when the PKI is initialized, with :
openssl ca -gencrl -keyfile /etc/shellpki/cakey.key -cert /etc/shellpki/cacert.pem -out /etc/shellpki/crl.pem -config /etc/shellpki/openssl.cnf

If we are using "crl-verify" and the CRL file is empty, then OpenVPN will start but no client connection will work.

The CRL file must be created when the PKI is initialized, with : `openssl ca -gencrl -keyfile /etc/shellpki/cakey.key -cert /etc/shellpki/cacert.pem -out /etc/shellpki/crl.pem -config /etc/shellpki/openssl.cnf` If we are using "crl-verify" and the CRL file is empty, then OpenVPN will start but no client connection will work.
Member

This issue was resolved with commits 97f1affa1b and 6165ccec6c

This issue was resolved with commits 97f1affa1b4934b5f777ea0d17f5bf15baaa88d0 and 6165ccec6ce4cacd263bc7b18e7e1c9d2e585ebe
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: evolix/shellpki#3
No description provided.