https://github.com/rainingmaster/get-cert
some scrpt for getting certification from openssl
https://github.com/rainingmaster/get-cert
Last synced: about 1 year ago
JSON representation
some scrpt for getting certification from openssl
- Host: GitHub
- URL: https://github.com/rainingmaster/get-cert
- Owner: rainingmaster
- Created: 2017-04-02T04:14:25.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-02T04:36:27.000Z (about 9 years ago)
- Last Synced: 2025-01-25T15:11:24.347Z (over 1 year ago)
- Language: Smarty
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
Install
====
1. move openssl.cnf to `/etc/pki/tls/` as default configure for openssl;
1. add some configure for nginx.conf: `ssl_verify_client on; ssl_client_certificate /etc/pki/CA/cacert.pem; ssl_crl /etc/pki/CA/crl/rain.crl;`;
1. move openssl-req.cnf.tpl, get-cert in same document, than we can use `get-cert` to get a rain.pfx use in windows;
1. and we can use revoke-cert rain.pem to revoke a certification.