From ed490f27fadcd7b36c620492ce2062b2424dd91e Mon Sep 17 00:00:00 2001 From: Tero Saarni Date: Sat, 26 Oct 2024 13:33:30 +0300 Subject: [PATCH] Added CRL distribution points to the doc --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a10fcf4..836c83f 100644 --- a/README.md +++ b/README.md @@ -166,6 +166,7 @@ Writing state: certs.state | not_after | Certificate is not valid after this time ([RFC3339 timestamp](https://tools.ietf.org/html/rfc3339)). | `2020-01-01T09:00:00Z` | | serial | Serial number for the certificate. Default value is current time in nanoseconds. | `123` | | revoked | When `true` the serial number of the certificate will be written in `[issuer]-crl.pem`. Default value is `false`. The file will be written only if at least one certificate is revoked. CRL `ThisUpdate` is set to current time and `NextUpdate` one week after. Self-signed certificates cannot be revoked. | `true`, `false` | +| crl_distribution_points | List of URLs for X509 CRL Distribution Points extension. | `http://example.com/crl.pem` | ## Go API