Ajout de cfssl csr_server.json
This commit is contained in:
parent
db19501ca0
commit
fbaaf35085
2 changed files with 12 additions and 0 deletions
12
cfssl/csr_server.json
Normal file
12
cfssl/csr_server.json
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"CN": "nc.jevalide.ca",
|
||||
"names": [
|
||||
{
|
||||
"C": "Canada",
|
||||
"L": "Lévis",
|
||||
"O": "jevalide.ca",
|
||||
"OU": "nv",
|
||||
"S": "Québec"
|
||||
}
|
||||
]
|
||||
}
|
0
cfssl/entrypoint.sh
Normal file → Executable file
0
cfssl/entrypoint.sh
Normal file → Executable file
Loading…
Reference in a new issue