Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)