Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ryhkml/self-signed-ssl
Create a certificate by using OpenSSL and secure your internal network with TLSv1.3
https://github.com/ryhkml/self-signed-ssl
ecdsa https openssl prompt secp256r1 secp384r1 secp521r1 ssl tls
Last synced: about 19 hours ago
JSON representation
Create a certificate by using OpenSSL and secure your internal network with TLSv1.3
- Host: GitHub
- URL: https://github.com/ryhkml/self-signed-ssl
- Owner: ryhkml
- License: mit
- Created: 2023-07-04T13:49:52.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-01T08:26:04.000Z (4 months ago)
- Last Synced: 2024-08-01T09:38:42.047Z (4 months ago)
- Topics: ecdsa, https, openssl, prompt, secp256r1, secp384r1, secp521r1, ssl, tls
- Language: Shell
- Homepage:
- Size: 93.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Why ECDSA
[RSA](https://en.wikipedia.org/wiki/RSA_(cryptosystem)) and [ECDSA](https://en.wikipedia.org/wiki/Elliptic_Curve_Digital_Signature_Algorithm) are both public-key cryptography algorithms that are used for digital signatures and encryption. They are both very secure, but they have different strengths and weaknesses. RSA is the older and more widely supported algorithm. It is based on the difficulty of factoring large numbers. RSA keys are relatively large, which can make them slow to use. ECDSA is a newer algorithm that is based on elliptic curve cryptography. It is just as secure as RSA, but it uses much smaller keys, which makes it faster. ECDSA is not as widely supported as RSA, but it is becoming more popular.### Sample Portainer HTTPS
![Portainer HTTPS](./Portainer.png)