Utility for generating CSRs, purchasing certificates and installing in Amazon AWS.
To install:
$ cd && rm -rf ssl-util && git clone https://github.com/TroyConrad/ssl-util.git && cd ssl-util && sudo ./install.sh
For a fresh install, edit the /etc/ssl-util/settings.yml file and add the following:
# SSL certificate base directory
ssl_certificate_dir: <ssl certificate directory, usually '/etc/ssl_certificates'>
# CSR (Certificate Signing Request) info
organization: <organization name>
department: <department name>
city: <city name>
state: <state name>
country_csr: <country name, e.g. 'US'>
email: <email address>