An open API service indexing awesome lists of open source software.

https://github.com/jetsly/x509store

GetCert in X509Store
https://github.com/jetsly/x509store

Last synced: over 1 year ago
JSON representation

GetCert in X509Store

Awesome Lists containing this project

README

          

# X509Store
### 1.安装编译工具
```
npm -g i node-gyp
```
### 2.编译
```
node-gyp configure build --arch=ia32 --msvs_version=2013 --target=v1.2.0
nw-gyp configure build --target=0.12.3 --arch=ia32
```
### 3.证书的查看命令
```
certlm.msc 本地计算机
certmgr.msc 当前用户
```

* [crypto-api](http://stackoverflow.com/questions/4796590/window-c-c-crypto-api-examples-and-tips)
* [CertOpenStore](https://msdn.microsoft.com/en-us/library/windows/desktop/aa376559%28v=vs.85%29.aspx?f=255&MSPPError=-2147217396)
* [CryptoAPI将证书实体添加到证书库](http://www.ituring.com.cn/article/197634)
* [Cryptoapi](http://www.cnblogs.com/lzjsky/archive/2010/09/21/1832239.html)