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 9 years ago)
- Default Branch: master
- Last Pushed: 2025-05-28T12:40:52.000Z (about 1 year ago)
- Last Synced: 2025-12-01T18:54:48.556Z (7 months ago)
- Homepage:
- Size: 20.5 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Self-signed Certificate Generation
## Application
N/A
## Description
Self-signed certificates used by Docker images.
## Build notes
Command used to generare self signed certs (tested with OpenSSL v3.5.0):-
```bash
openssl req \
-x509 \
-newkey 'rsa:4096' \
-sha256 \
-days '3650' \
-nodes \
-keyout './self-signed.key' \
-out './self-signed.crt' \
-subj '/CN=localhost'
```
## 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)