https://github.com/jetsly/x509store
GetCert in X509Store
https://github.com/jetsly/x509store
Last synced: over 1 year ago
JSON representation
GetCert in X509Store
- Host: GitHub
- URL: https://github.com/jetsly/x509store
- Owner: Jetsly
- License: mit
- Created: 2015-12-10T13:58:53.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-28T07:56:59.000Z (over 10 years ago)
- Last Synced: 2025-02-10T18:11:22.298Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 664 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)