aboutsummaryrefslogtreecommitdiffstats
path: root/testing/step-certificates/step-ca.confd
diff options
context:
space:
mode:
Diffstat (limited to 'testing/step-certificates/step-ca.confd')
-rw-r--r--testing/step-certificates/step-ca.confd16
1 files changed, 0 insertions, 16 deletions
diff --git a/testing/step-certificates/step-ca.confd b/testing/step-certificates/step-ca.confd
deleted file mode 100644
index 271811d88ab..00000000000
--- a/testing/step-certificates/step-ca.confd
+++ /dev/null
@@ -1,16 +0,0 @@
-# Configuration for /etc/init.d/step-certificates
-
-# The directory where all CA-related files will be stored.
-#
-STEPPATH="/etc/step-ca"
-
-# The TCP port number for the CA to listen on.
-PORT="8443"
-
-# The DNS name or IP address for the CA to listen on.
-#
-ADDRESS="localhost"
-
-#
-#
-CA_URL="https://${ADDRESS}:${PORT}"