feat: add viper example yaml config file
This commit is contained in:
16
viper.example.yaml
Normal file
16
viper.example.yaml
Normal 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
|
||||
Reference in New Issue
Block a user