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