mirror of
https://github.com/trailofbits/algo.git
synced 2025-04-21 16:47:06 +02:00
ECDSA fixed
This commit is contained in:
parent
bce63c209c
commit
5dcb73f7c1
2 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ easyrsa_cert_expire: 3650
|
|||
easyrsa_p12_export_password: vpn
|
||||
|
||||
# if True re-init all existing certificates. Boolean
|
||||
easyrsa_reinit_existent: True
|
||||
easyrsa_reinit_existent: False
|
||||
|
||||
# Domain or ip
|
||||
server_name: www.ivlis.me
|
||||
|
|
|
@ -48,7 +48,7 @@
|
|||
<key>CertificateType</key>
|
||||
<string>ECDSA256</string>
|
||||
<key>ServerCertificateIssuerCommonName</key>
|
||||
<string>www.ivlis.me</string>
|
||||
<string>{{ server_name }}</string>
|
||||
<key>RemoteAddress</key>
|
||||
<string>{{ server_name }}</string>
|
||||
<key>RemoteIdentifier</key>
|
||||
|
|
Loading…
Add table
Reference in a new issue