feat: add viper example yaml config file

This commit is contained in:
Urko 2023-02-15 18:13:35 +01:00
parent bbe6a0121e
commit ac1555a57c
1 changed files with 16 additions and 0 deletions

16
viper.example.yaml Normal file
View File

@ -0,0 +1,16 @@
ca:
serial_number: 12152 # serial number
subject:
organization: "yourdomain.com"
common_name: "*.yourdomain.com"
key_usage: 32
ext_key_usage: 12
duration: 518400 #1 year
client:
serial_number: 12152
subject:
organization: "yourdomain.com"
common_name: "*.yourdomain.com"
key_usage: 32
ext_key_usage: 12
duration: 518400 #1 year