Skip to content

ss-ssl is a very simple command-line tool that allows to generates self-signed SSL certificates based on openssl library.

License

Notifications You must be signed in to change notification settings

14f3v/14f3v.ss-ssl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 

Repository files navigation

14f3v.ss-ssl

ss-ssl is a command-line tool that generates self-signed SSL certificates based on the openssl library. Please allow yourself to join as a contributor to making it nicer.

Usage

Download a script via curl and run a script.

curl -sL https://raw.githubusercontent.com/14f3v/14f3v.ss-ssl/main/run.sh | bash -s -- --domain "*.example.com" --outdir ./certificates

Options

  1. --domain: This parameter specifies the domain name for which the SSL certificate will be generated. You can provide a wildcard (*) to generate a certificate for multiple subdomains under the specified domain. For example, --domain "*.example.com" will generate a certificate for all subdomains of example.com.

  2. --outdir: This parameter specifies the output directory where the SSL certificate files will be generated. If not specified, the script will use the default directory ./selfsign-ssl. You can provide a custom directory path. For example, --outdir ./certificates will generate the certificate files in the certificates directory.

Support

Currently only support for Ubuntu or Debian distribution

About

ss-ssl is a very simple command-line tool that allows to generates self-signed SSL certificates based on openssl library.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages