Added ca config file creation from template and small bugfix

This commit is contained in:
2020-12-20 18:35:10 +01:00
parent a797cda27c
commit 1b49cf92c0
4 changed files with 37 additions and 6 deletions

10
templates/tinyca.cnf Normal file
View 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