https://github.com/binhex/certs
Self-signed certificates for use with OpenSSL 1.1.x
https://github.com/binhex/certs
Last synced: 4 months ago
JSON representation
Self-signed certificates for use with OpenSSL 1.1.x
- Host: GitHub
- URL: https://github.com/binhex/certs
- Owner: binhex
- License: gpl-3.0
- Created: 2017-05-16T12:36:27.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-12-14T16:42:30.000Z (over 6 years ago)
- Last Synced: 2025-01-14T11:16:30.830Z (6 months ago)
- Homepage:
- Size: 16.6 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
**Application**
N/A
**Description**
Self-signed certificates used by Docker images.
**Build notes**
Command used to generare self signed certs for OpenSSL 1.1.0e:-
```
sudo openssl req -x509 -nodes -days 3650 -newkey rsa:4096 -keyout /tmp/server.key -out /tmp/server.cert
```**Notes**
N/A
If you appreciate my work, then please consider buying me a beer :D
[](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=MM5E27UX6AUU4)