summaryrefslogtreecommitdiff
path: root/ca.conf
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2019-09-02 11:47:33 +0200
committerErich Eckner <git@eckner.net>2019-09-02 12:03:10 +0200
commitff7a3622bc6b8002a2ca6c8c26668f4e1daa70df (patch)
treeab4993267e075f24c0d3717bb05b28772fbb1728 /ca.conf
parent4b146b607885a0a0543c68ee553f7a6c64e1fe30 (diff)
downloadsimple-pki-ff7a3622bc6b8002a2ca6c8c26668f4e1daa70df.tar.xz
sign-ca functional
Diffstat (limited to 'ca.conf')
-rw-r--r--ca.conf15
1 files changed, 0 insertions, 15 deletions
diff --git a/ca.conf b/ca.conf
deleted file mode 100644
index 2f85b40..0000000
--- a/ca.conf
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/bash
-
-# details of the ca
-ca_name='eckner-ca'
-ca_subject_prefix='/C=DE/ST=Thuringia/L=Jena/O=Eckner/OU=Net'
-
-# generate new ca key/cert afther this many days
-ca_min_duration=60
-
-# which system user owns the ca
-ca_user='erich'
-
-# where should the ca certificates be published?
-remote_host='user@example.com'
-remote_dir='httpdocs/certs'