Skip to content

Bash script to output cert / priv key / chain .pem files to terminal after creation, a quick win for reducing repetition.

Notifications You must be signed in to change notification settings

fyllepo/certbot-output-cert-to-terminal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

certbot-output-cert-to-terminal

Bash script to output cert / priv key / chain .pem files to terminal after creation, a quick win for reducing repetition.

Why

I found this task quite repetitive every 3 months, this script just outputs the generated certificates to the terminal for copy and pasting, a tiny bit more useful than pulling them out seperately, and navigating through them.

My enviroment

  • OSX El Capitan
  • Bash

Disclaimer

Sorry, I can't be held liable for any problems this script may cause to your system, even though it's highly unlikely.

Usage

sh output.sh www.domain.com

About

Bash script to output cert / priv key / chain .pem files to terminal after creation, a quick win for reducing repetition.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages