Adds the bigip_ssl_ocsp module (#48018)

This module can be used to manage OCSP profiles on a BIG-IP
This commit is contained in:
Tim Rupp
2018-11-02 22:06:16 -07:00
committed by GitHub
parent 32e77c12e0
commit 787b12e016
3 changed files with 926 additions and 0 deletions

View File

@@ -0,0 +1,33 @@
{
"kind": "tm:sys:crypto:cert-validator:ocsp:ocspstate",
"name": "asd",
"partition": "Common",
"fullPath": "/Common/asd",
"generation": 151,
"selfLink": "https://localhost/mgmt/tm/sys/crypto/cert-validator/ocsp/~Common~asd?ver=13.1.0.8",
"cacheErrorTimeout": 3600,
"cacheTimeout": "indefinite",
"clockSkew": 300,
"concurrentConnectionsLimit": 500,
"dnsResolver": "/Common/foo",
"dnsResolverReference": {
"link": "https://localhost/mgmt/tm/net/dns-resolver/~Common~foo?ver=13.1.0.8"
},
"routeDomain": "/Common/0",
"routeDomainReference": {
"link": "https://localhost/mgmt/tm/net/route-domain/~Common~0?ver=13.1.0.8"
},
"signHash": "sha256",
"signerCert": "/Common/default.crt",
"signerCertReference": {
"link": "https://localhost/mgmt/tm/sys/file/ssl-cert/~Common~default.crt?ver=13.1.0.8"
},
"signerKey": "/Common/default.key",
"signerKeyReference": {
"link": "https://localhost/mgmt/tm/sys/file/ssl-key/~Common~default.key?ver=13.1.0.8"
},
"signerKeyPassphrase": "secret",
"statusAge": 0,
"strictRespCertCheck": "enabled",
"timeout": 8
}