truststore icon indicating copy to clipboard operation
truststore copied to clipboard

Package to locally install development certificates

Results 4 truststore issues
Sort by recently updated
recently updated
newest added

#### Name of feature: Linux dependency auto-installation #### Pain or issue this feature alleviates: #20 #### Is there documentation on how to use this feature? If so, where? Unfortunately not....

Hello! I'm working on an internal service at work that uses this. Would you be interested in a patch that implements support for some basic attempts to get the dependencies?...

## Problem Using command: ``` step certificate install --all $certpath ``` This works for the system trust store, but not for Firefox (or curl but I think that's a separate...

Looks like `mkcert` supports Chromium on Linux which uses NSS as well, but smallstep's doesn't install there currently. See here in `mkcert`: https://github.com/FiloSottile/mkcert/blob/master/truststore_nss.go#L23, this DB path isn't covered in https://github.com/smallstep/truststore/blob/master/truststore_nss.go

enhancement
good first issue