-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
easyrsa-tools.lib: New command 'renew-ca'
Sign a new CA certificate from the original CA private key. Support all options provided by Easy-RSA, eg. 'critical' attribute. The code is very similar to the standard 'build-ca' command, without the generation of a new private key. The new CA certificate will replace the old one. The old certificate is kept in a list of expired CA certificates: This new file is 'pki/exipred-ca-cert.list' The final replacement of the old CA is guarded by a confirmation. If the confirmation fails then all new data is discarded. easyrsa: Integrate 'renew-ca' into command selection Signed-off-by: Richard T Bonhomme <[email protected]>
- Loading branch information
1 parent
104b44c
commit ba32b0d
Showing
2 changed files
with
226 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters