-
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' This last step, to replace the current CA certificate, is NOT implemented in this version of the patch. In order to ease testing, the original CA certificate is left in place; The new CA certificate is placed at 'pki/ca.crt-ReneweD' and the expired CA list is generated and updated. Signed-off-by: Richard T Bonhomme <[email protected]>
- Loading branch information
1 parent
104b44c
commit e03ec14
Showing
1 changed file
with
229 additions
and
0 deletions.
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