Skip to content

ryhkml/self-signed-ssl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Why ECDSA

RSA and ECDSA 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.

Download script

curl -s -o self-signed-ssl https://raw.githubusercontent.com/ryhkml/self-signed-ssl/main/openssl
chmod +x ./self-signed-ssl

Run script

./self-signed-ssl

Output directory ./tls/<CN>

Sample Portainer HTTPS

Portainer HTTPS

About

Create a certificate by using OpenSSL and secure your internal network with TLSv1.3

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages