Ensure all files pass ci-non-go.sh checks.
Signed-off-by: Manuel Mendez <mmendez@equinix.com>
This commit is contained in:
parent
79aacb66c7
commit
731f9563fd
@ -6,11 +6,18 @@
|
|||||||
"profiles": {
|
"profiles": {
|
||||||
"server": {
|
"server": {
|
||||||
"expiry": "8760h",
|
"expiry": "8760h",
|
||||||
"usages": ["signing", "key encipherment", "server auth"]
|
"usages": [
|
||||||
|
"signing",
|
||||||
|
"key encipherment",
|
||||||
|
"server auth"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"signing": {
|
"signing": {
|
||||||
"expiry": "8760h",
|
"expiry": "8760h",
|
||||||
"usages": ["signing", "key encipherment"]
|
"usages": [
|
||||||
|
"signing",
|
||||||
|
"key encipherment"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user