Ajout de cfssl csr_server.json
This commit is contained in:
parent
356d8f8d78
commit
7e6a21282c
1 changed files with 9 additions and 2 deletions
|
@ -1,12 +1,19 @@
|
|||
{
|
||||
"CN": "nc.jevalide.ca",
|
||||
"hosts": [
|
||||
"nc.jevalide.ca",
|
||||
"127.0.0.1"
|
||||
],
|
||||
"key": {
|
||||
"algo": "rsa",
|
||||
"size": 2048
|
||||
},
|
||||
"names": [
|
||||
{
|
||||
"C": "Canada",
|
||||
"L": "Lévis",
|
||||
"O": "jevalide.ca",
|
||||
"OU": "nv",
|
||||
"S": "Québec"
|
||||
"ST": "Québec"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue