summaryrefslogtreecommitdiff
path: root/dehydrated/conf.d
diff options
context:
space:
mode:
Diffstat (limited to 'dehydrated/conf.d')
-rw-r--r--dehydrated/conf.d/secp384r1.sh2
-rw-r--r--dehydrated/conf.d/staging.sh2
2 files changed, 4 insertions, 0 deletions
diff --git a/dehydrated/conf.d/secp384r1.sh b/dehydrated/conf.d/secp384r1.sh
new file mode 100644
index 0000000..7969796
--- /dev/null
+++ b/dehydrated/conf.d/secp384r1.sh
@@ -0,0 +1,2 @@
+# Use NIST P-384 as public key algorithm
+KEY_ALGO=secp384r1
diff --git a/dehydrated/conf.d/staging.sh b/dehydrated/conf.d/staging.sh
new file mode 100644
index 0000000..edf55e9
--- /dev/null
+++ b/dehydrated/conf.d/staging.sh
@@ -0,0 +1,2 @@
+# Use staging service
+CA="https://acme-staging.api.letsencrypt.org/directory"