fix: duration
This commit is contained in:
parent
d37336d578
commit
9893e625b5
|
@ -8,7 +8,7 @@ ca:
|
||||||
ext_key_usage:
|
ext_key_usage:
|
||||||
- 1
|
- 1
|
||||||
- 2
|
- 2
|
||||||
duration: 518400 #1 year
|
duration: "8760h0m0s" #1 year
|
||||||
client:
|
client:
|
||||||
serial_number: 12151232 # serial number
|
serial_number: 12151232 # serial number
|
||||||
subject:
|
subject:
|
||||||
|
@ -28,4 +28,4 @@ client:
|
||||||
ext_key_usage:
|
ext_key_usage:
|
||||||
- 1
|
- 1
|
||||||
- 2
|
- 2
|
||||||
duration: 518400
|
duration: "8760h0m0s"
|
Loading…
Reference in New Issue