44 lines
817 B
YAML
44 lines
817 B
YAML
configurations:
|
|
- name: myca
|
|
type: certificate
|
|
values:
|
|
certtemplate:
|
|
serialnumber: 2024
|
|
subject:
|
|
organization:
|
|
- RKH
|
|
country:
|
|
- US
|
|
province:
|
|
- CA
|
|
locality:
|
|
- San Francisco
|
|
streetaddress:
|
|
- 0 cert st
|
|
postalcode:
|
|
- 94101
|
|
notbefore: 2024-07-10
|
|
notafter: 2025-07-10
|
|
basicconstraintsvalid: true
|
|
isca: true
|
|
- name: mycert
|
|
type: certificate
|
|
values:
|
|
certtemplate:
|
|
serialnumber: 2025
|
|
subject:
|
|
organization:
|
|
- RKH
|
|
country:
|
|
- US
|
|
province:
|
|
- CA
|
|
locality:
|
|
- San Francisco
|
|
streetaddress:
|
|
- 0 cert st
|
|
postalcode:
|
|
- 94101
|
|
notbefore: 2024-07-10
|
|
notafter: 2025-07-10
|