Add support to CRL (#3164)
Signed-off-by: Ricardo Pchevuzinske Katz <ricardo.katz@serpro.gov.br> Add support to CRL Signed-off-by: Ricardo Pchevuzinske Katz <ricardo.katz@serpro.gov.br>
This commit is contained in:
parent
48c89cbe3c
commit
9c51676f17
8 changed files with 140 additions and 8 deletions
|
|
@ -37,6 +37,11 @@ type SSLCert struct {
|
|||
// This is used to detect changes in the secret that contains certificates
|
||||
CASHA string `json:"caSha"`
|
||||
|
||||
// CRLFileName contains the path to the file with the Certificate Revocation List
|
||||
CRLFileName string `json:"crlFileName"`
|
||||
// CRLSHA contains the sha1 of the pem file.
|
||||
CRLSHA string `json:"crlSha"`
|
||||
|
||||
// PemFileName contains the path to the file with the certificate and key concatenated
|
||||
PemFileName string `json:"pemFileName"`
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue