From: Jakub Czajka Date: Tue, 4 Jul 2023 18:09:45 +0000 (+0200) Subject: [ca] Document instructions for certificate renewal. X-Git-Url: https://git.ekhem.eu.org/?a=commitdiff_plain;h=4757573de2c0fd0f5772100b5d64c9ae2ccebfc8;p=server.git [ca] Document instructions for certificate renewal. --- diff --git a/ca/README b/ca/README index 3270c05..ae17dc8 100644 --- a/ca/README +++ b/ca/README @@ -57,6 +57,14 @@ browser [7]. $ openssl pkcs12 -export -inkey .key -in .crt -out .p12 ``` +Renew +----- + +The CRL file expires after 30 days by defualt. Renew it by recreating the files. + +1. Create new `crlfile` and `ca.crl`. +2. Restart the service which uses `ca.crl`. + [1] https://stackoverflow.com/a/71024854 [2] https://stackoverflow.com/a/41366949 [3] https://gist.github.com/croxton/ebfb5f3ac143cd86542788f972434c96