diff options
author | James Meyer <james.meyer@operamail.com> | 2009-02-26 20:44:21 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2009-02-26 20:44:21 (GMT) |
commit | 0d29973b73419a2baa101234e0f19d3d19bb6de2 (patch) | |
tree | b756edcdae028b298bb344bafb7fa8e3f2682894 /abs/mv-core/certmaster/certmaster.conf | |
parent | 49aae8b40acb600a58e0202cb83e2f194db47690 (diff) | |
download | linhes_pkgbuild-0d29973b73419a2baa101234e0f19d3d19bb6de2.zip linhes_pkgbuild-0d29973b73419a2baa101234e0f19d3d19bb6de2.tar.gz linhes_pkgbuild-0d29973b73419a2baa101234e0f19d3d19bb6de2.tar.bz2 |
splitting certmaster out from func
Diffstat (limited to 'abs/mv-core/certmaster/certmaster.conf')
-rw-r--r-- | abs/mv-core/certmaster/certmaster.conf | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/abs/mv-core/certmaster/certmaster.conf b/abs/mv-core/certmaster/certmaster.conf new file mode 100644 index 0000000..fabf4d5 --- /dev/null +++ b/abs/mv-core/certmaster/certmaster.conf @@ -0,0 +1,12 @@ +# configuration for certmasterd and certmaster-ca + +[main] +autosign = yes +listen_addr = +listen_port = 51235 +cadir = /etc/pki/certmaster/ca +cert_dir = /etc/pki/certmaster +certroot = /var/lib/certmaster/certmaster/certs +csrroot = /var/lib/certmaster/certmaster/csrs +cert_extension = cert + |