Skip to content

bilalhaider/certutils

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

certutils

Small helper scripts to manage dev certificates

Intended usage

  1. Generate root certificate once, using

    ./genca.sh

    It will output a root certificate root.crt in %USERPROFILE%\certs. Intall this certificate as Trusted Root Certificate Authority.

  2. Generate as many certificates for development using

    ./gencert.sh --help
    • .crt, .key, .pfx files will be exported in %USERPROFILE%\certs\<commonname>
    • .key and .pfx files default password will be certpass unless manually supplied
    • Following will be included as subjects name
      • hostname of computer
      • localhost
      • IP addresses of all interfaces including loopback addresses

Requirements

bash (Git Bash) powershell

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%