mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
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:
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user