Add support for exporting the CA private key

- Fix incorrect output from -version
- Add README.md
This commit is contained in:
Stephen Gallagher 2016-05-25 14:49:51 -04:00
parent dab1241d90
commit ddf3bd01b8
3 changed files with 10 additions and 3 deletions

1
.gitignore vendored
View File

@ -3,3 +3,4 @@
/sscg-1.0.1-6858b79.tar.gz
/sscg-1.0.2-897a89a.tar.gz
/sscg-1.0.3-ecdee74.tar.gz
/sscg-1.0.4-024d20e.tar.gz

View File

@ -1 +1 @@
99ac75f5a3de6f4eec099d6410f35b42 sscg-1.0.3-ecdee74.tar.gz
272d6ffa59b4d7d51f07d4e89227bace sscg-1.0.4-024d20e.tar.gz

View File

@ -5,13 +5,13 @@
# https://github.com/sgallagher/sscg
%global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo}
%global import_path %{provider_prefix}
%global commit ecdee74991116be7222526174fc7e10696985e92
%global commit 024d20e2f7b375fa8ba9bf5c94d179161b3fe5bd
%global shortcommit %(c=%{commit}; echo ${c:0:7})
Name: %{repo}
Version: 1.0.3
Version: 1.0.4
Release: 1%{?dist}
Summary: Self-signed certificate generator
@ -50,9 +50,15 @@ install -p -m 755 bin/%{name} %{buildroot}%{_bindir}
%files
%license LICENSE
%doc README.md
%{_bindir}/%{repo}
%changelog
* Wed May 25 2016 Stephen Gallagher <sgallagh@redhat.com> - 1.0.4-1
- Add support for exporting the CA private key
- Fix incorrect output from -version
- Add README.md
* Tue May 24 2016 Stephen Gallagher <sgallagh@redhat.com> - 1.0.3-1
- Only sign certificates after all extensions have been added