Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 727 Bytes

File metadata and controls

17 lines (16 loc) · 727 Bytes

Update certificate Nginx Bash Shell Script

MIT License

This Bash Shell script is an automation sample of update new server certificate when the certificate origin is in p12/pfx format.

  • Requirements: Openssl, Nginx, Linux (tested on any Debian distribution)
  • If the file is created on Windows and copied from FTP, the format must be UNIX, UTF8 without BOM (when password parameter is filled).

For execute:

  • If has not previous installation of openssl:
(sudo) apt-get install openssl
  • First copy certfile (cert_in_pfx_format.p12) on same directory and modify script if need other certificates filenames.
  • Execute script:
chmod +x ./update_cert_nginx.sh
sh ./update_cert_nginx.sh