Code Review
/
nonrtric.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
review
|
tree
history
|
raw
|
HEAD
Add support for cert-manager
[nonrtric.git]
/
service-exposure
/
certs
/
ca-config.json
1
{
2
"signing": {
3
"default": {
4
"expiry": "175200h"
5
},
6
"profiles": {
7
"default": {
8
"usages": ["signing", "key encipherment", "server auth", "client auth"],
9
"expiry": "175200h"
10
}
11
}
12
}
13
}