Browse Source

Use secp384r1 for keys.

master
Chris Smith 7 years ago
parent
commit
eba3da09ff
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      config.sh

+ 1
- 0
config.sh View File

@@ -2,6 +2,7 @@
2 2
 
3 3
 BASEDIR=/letsencrypt
4 4
 CONTACT_EMAIL=$EMAIL
5
+KEY_ALGO=secp384r1
5 6
 
6 7
 if [ -z ${STAGING+-} ]; then
7 8
   CA="https://acme-v01.api.letsencrypt.org/directory"

Loading…
Cancel
Save