A simple zero-config tool to make locally trusted development certificates with any names you'd like.
COMMITS
June 2, 2019
F
cert: use os.Hostname for the OU, and add the long form user name
Filippo Valsorda committed
June 1, 2019
F
truststore_nss: support multiple NSS databases
Filippo Valsorda committed
F
Fix and add missing license headers
Filippo Valsorda committed
F
Cleanup path logics with pathExists and binaryExists
Filippo Valsorda committed
F
truststore_linux: autodetect CertutilInstallHelp
Filippo Valsorda committed
R
Support SLES & OpenSUSE (#162)
Ricardo Branco committed
May 19, 2019
F
README: mention "example.test" as an example
Filippo Valsorda committed
April 27, 2019
F
README: document S/MIME certificates
Filippo Valsorda committed
April 12, 2019
B
Allow email SANs for S/MIME certificates (#152)
Ben Toews committed
March 29, 2019
F
README: update example names
Filippo Valsorda committed
February 15, 2019
D
Swap exec.Command("hostname") for os.Hostname() (#137)
David Crawshaw committed
February 5, 2019
F
Add a -client suffix to filenames when generating client certificates
Filippo Valsorda committed
February 3, 2019
F
Fix a minor typo in the README
Filippo Valsorda committed
February 2, 2019
F
Add support for certificate signing requests with -csr
Filippo Valsorda committed
F
Add the TRUST_STORES environment variable
Filippo Valsorda committed
J
Add support for client certificates with -client
John Downey committed
F
Add -ecdsa for generating certificates with ECDSA keys
Filippo Valsorda committed
F
Split off advanced options docs
Filippo Valsorda committed
F
Set the CommonName when generating PKCS#12 files
Filippo Valsorda committed
January 12, 2019
F
Update screenshot with Firefox and Chrome
Filippo Valsorda committed
January 8, 2019
O
Add "scoop bucket add extras" to README (#109)
Oxicode committed
F
Build binaries for linux/arm
Filippo Valsorda committed
G
Add "Firefox Nightly.app" support on macOS (#102)
graystevens committed
January 6, 2019
F
Refactor output path flags
Filippo Valsorda committed
F
Print a warning about wildcard depth in X.509
Filippo Valsorda committed
F
Use double quotes in examples for CMD.exe support
Filippo Valsorda committed
F
Document NODE_EXTRA_CA_CERTS for Node.js
Filippo Valsorda committed
F
Document the hardcoded PKCS#12 password
Filippo Valsorda committed
October 10, 2018
单
Add -cert-file, -key-file and -p12-file (#77)
单元源 committed
December 22, 2018
A
java: don't attempt sudo retry on windows (#85)
Adam Shannon committed