index
:
leap_cli.git
develop
gitlab_ci
master
rake_install
[leap_cli]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
leap_cli
/
commands
/
ca.rb
Age
Commit message (
Collapse
)
Author
2014-06-04
ensure that x509 certificates use dns names that are strictly sorted and ↵
elijah
unique, to prevent unncessary regeneration of certificates.
2013-07-24
allow provider to include country, state, and locality in the CSR.
elijah
2013-07-10
fixed bug where unused certs were not being deleted.
elijah
2013-05-15
certs - include all possible domains in subaltname, including one in commonname.
elijah
2013-03-17
updated `leap test init` to work with openvpn service levels.
elijah
2013-03-13
oops, fixed bug in `leap cert csr`
elijah
2013-03-13
added --domain switch to `leap cert csr`
elijah
2013-02-23
minor improvements to wording of inline command help
elijah
2013-01-21
added client ca in addition to normal ca (used only to generate client ↵
elijah
certificates)
2013-01-08
in 'cert csr', use fake ca for testing.
elijah
2012-12-15
fixed bug with certificate dates
elijah
2012-12-13
client certs should only have digitalSignature
elijah
2012-12-12
improved key usage parameters for x509 cert generation
elijah
2012-12-11
add keyEncipherment to server certs
elijah
2012-12-05
fixed problems with ruby 1.8 and GLI, and added some tests.
elijah
2012-11-28
command name shuffle -- grouped more commands together as subcommands
elijah
2012-11-23
initial work toward 'leap test'. for now, it generates an openvpn config for ↵
elijah
client testing. try 'leap init-test'
2012-11-21
clean up dh params generated by certtool.
elijah
2012-11-17
always generate self-signed provider cert, but include a note that it should ↵
elijah
be written over.
2012-11-16
added CSR ability (and vendored certificate_authority gem, so we can get the ↵
elijah
unreleased fixes we need).
2012-11-15
ensure certificates are generated with subjectAltName that includes all ↵
elijah
domain aliases
2012-11-14
only generate cert of x509.user == true
elijah
2012-11-14
made 'leap update-cert' intelligently update all certificates as needed.
elijah
2012-11-13
cleaned up logging, and much improved error message when file is not found
elijah
2012-11-06
updated test/provider and added configurable life_span to CA.
elijah
2012-11-03
fixed typo
elijah
2012-11-02
explicitly set digest in server cert generation
elijah
2012-11-01
x.509 support -- added certificate authority creation and server cert creation
elijah