adamdecaf / cert-manage

WIP x509 Certificate auditing CLI
Apache License 2.0
32 stars 6 forks source link

store: windows support (XP?, 7, 8, 8.1, 10) #8

Open adamdecaf opened 6 years ago

adamdecaf commented 6 years ago

Features:

Links:

Questions:

adamdecaf commented 6 years ago

I'm marking this as blocked because I don't have easy access to a windows machine anymore.

Edit: I can probably try with this https://developer.microsoft.com/en-us/windows/downloads/virtual-machines

adamdecaf commented 6 years ago

Well, https://github.com/adamdecaf/cert-manage/pull/115 is better, but it's still nothing that actually works..

adamdecaf commented 6 years ago

Here's an example AppVeyor config

https://camlistore-review.googlesource.com/c/camlistore/+/16626

adamdecaf commented 6 years ago

another pkcs12 lib: https://software.sslmate.com/src/go-pkcs12

more docs:

adamdecaf commented 6 years ago

https://github.com/FiloSottile/mkcert/blob/master/truststore_windows.go

adamdecaf commented 6 years ago

https://github.com/golang/crypto/pull/38