Add e2e test for OCSP and new configmap setting
This commit is contained in:
parent
6e8c68d888
commit
d18fa90cfd
19 changed files with 1299 additions and 9 deletions
18
test/e2e/settings/ocsp/leaf_csr.json
Normal file
18
test/e2e/settings/ocsp/leaf_csr.json
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"CN": "example.com",
|
||||
"hosts": [
|
||||
"example.com",
|
||||
"www.example.com"
|
||||
],
|
||||
"key": {
|
||||
"algo": "rsa",
|
||||
"size": 2048
|
||||
},
|
||||
"names": [{
|
||||
"C": "US",
|
||||
"L": "SF",
|
||||
"O": "kubernetes",
|
||||
"OU": "ingress-nginx",
|
||||
"ST": "CA"
|
||||
}]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue