Added ca config file creation from template and small bugfix
This commit is contained in:
10
templates/tinyca.cnf
Normal file
10
templates/tinyca.cnf
Normal file
@@ -0,0 +1,10 @@
|
||||
[global]
|
||||
use_metadb = no
|
||||
default_req_type = user
|
||||
default_domain = example.com
|
||||
|
||||
[server]
|
||||
default_bits = 4096
|
||||
|
||||
[user]
|
||||
default_bits = 2048
|
||||
Reference in New Issue
Block a user