config: use -utf8 for default openssl cert gen
This commit is contained in:
parent
a3c9b10647
commit
54aeafd878
|
@ -22,6 +22,7 @@ DEFAULT_CONFIG = {
|
|||
"-nodes",
|
||||
"-keyform", "PEM",
|
||||
"-keyout", "{key_path}",
|
||||
"-utf8",
|
||||
"-x509",
|
||||
"-days", "28140", # https://www.youtube.com/watch?v=F9L4q-0Pi4E
|
||||
"-outform", "PEM",
|
||||
|
|
Reference in a new issue