From be2f7c53391d00d8bb07492dec64523967162dcb Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Nov 06 2009 16:54:13 +0000 Subject: - update to 0.7 - note that nssdb needs an empty password in getting-started --- diff --git a/certmonger.spec b/certmonger.spec index 4de4d4b..1361f3e 100644 --- a/certmonger.spec +++ b/certmonger.spec @@ -1,5 +1,5 @@ Name: certmonger -Version: 0.6 +Version: 0.7 Release: 1%{?dist} Summary: Certificate status monitor and PKI enrollment client @@ -54,7 +54,7 @@ exit 0 %files %defattr(-,root,root,-) -%doc README LICENSE STATUS doc/* +%doc README LICENSE STATUS doc/*.txt %config /etc/dbus-1/system.d/* %{_initddir}/certmonger %{_bindir}/* @@ -64,6 +64,12 @@ exit 0 %{_localstatedir}/lib/certmonger %changelog +* Fri Nov 6 2009 Nalin Dahyabhai 0.7-1 +- update to 0.7 + - first cut at a getting-started document + - refactor some internal key handling with NSS + - check for duplicate request nicknames at add-time + * Tue Nov 3 2009 Nalin Dahyabhai 0.6-1 - update to 0.6 - man pages diff --git a/configure.ac b/configure.ac index ce752f9..5cd3817 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(certmonger,0.6) +AC_INIT(certmonger,0.7) AM_INIT_AUTOMAKE([foreign]) AM_MAINTAINER_MODE AC_PROG_CC diff --git a/doc/getting-started.txt b/doc/getting-started.txt index 69c634b..ac7e073 100644 --- a/doc/getting-started.txt +++ b/doc/getting-started.txt @@ -88,8 +88,9 @@ database's location and a nickname to give to the certificate, like so: certutil -d /tmp -N selfsign-getcert request -d /tmp -n Testing-Certificate -Of course, we had to create the NSS database first. And we used a nickname of -"Testing-Certificate" because, well, why not? +Of course, we had to create the NSS database first, and we had to give it an +empty password because certmonger doesn't want to know any passwords. And we +used a nickname of "Testing-Certificate" because, well, why not? We can tell certmonger to embed a specific _subject_ name into the CSR, and we can tell it to include one or more of several types of SAN values, too: