From 23625e2c3ab849d990df286eed8273a885e9600a Mon Sep 17 00:00:00 2001 From: Seth Vidal Date: Thu, 27 Sep 2007 13:01:30 -0400 Subject: don't autosign by default --- etc/certmaster.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/certmaster.conf b/etc/certmaster.conf index 45603a7..96c6130 100644 --- a/etc/certmaster.conf +++ b/etc/certmaster.conf @@ -3,5 +3,5 @@ listen_port = 51235 cadir = /etc/pki/func/ca certroot = /var/lib/func/certmaster/certs csrroot = /var/lib/func/certmaster/csrs -autosign = yes +autosign = no -- cgit