fixing some typos / removing comments
authorJude Nagurney <jude@pwan.org>
Sun, 17 May 2015 11:57:54 +0000 (07:57 -0400)
committerJude Nagurney <jude@pwan.org>
Sun, 17 May 2015 11:57:54 +0000 (07:57 -0400)
README.md
tests/certmaster.conf.tst
tests/minion.conf.tst

index 912bce9..ab98eb1 100644 (file)
--- a/README.md
+++ b/README.md
@@ -54,7 +54,7 @@ The tests overwrite the /etc/certmaster/certmaster.conf and /etc/certmaster/mini
 so only run these tests on a test server / VM / docker image, not on your live production certmaster instance.
 
 ### Misc Changes
-+ 'certmaster-ca --version' reads /etc/certmaste/version instead of func's version file
++ 'certmaster-ca --version' reads /etc/certmaster/version instead of func's version file
 + certmaster-sync doesn't error out if func if not present
 + switched README to README.md
 
index e380d06..e0188b5 100644 (file)
@@ -13,7 +13,7 @@ cert_dir = /etc/pki/certmaster
 certroot = /var/lib/certmaster/certmaster/certs
 csrroot = /var/lib/certmaster/certmaster/csrs
 
-# use these directories if '--ca=yourapp' provided in the certmaster-ca commands
+# use these directories if '--ca=test' is provided in the certmaster-ca commands
 [ca:test]
 autosign = yes
 cadir = /etc/pki/certmaster/test-ca
index 86c0efe..9e44013 100644 (file)
@@ -7,9 +7,6 @@ certmaster_port = 51235
 log_level = DEBUG
 cert_dir = /etc/pki/certmaster
 
-# [ca:ldap]
-# cert_dir = /etc/pki/certmaster-ldap
-
 [ca:test]
 cert_dir = /etc/pki/certmaster-test