You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

9 line
286 B

  1. #!/usr/bin/env bash
  2. sed -i "s~FQDN~${FQDN}~" conf/httpd.conf conf/extra/httpd-ssl.conf
  3. sed -i "s~EMAIL~${EMAIL}~" conf/httpd.conf conf/extra/httpd-ssl.conf
  4. sed -i "s~CRT_PATH~${CRT_PATH}~" conf/extra/httpd-ssl.conf
  5. sed -i "s~KEY_PATH~${KEY_PATH}~" conf/extra/httpd-ssl.conf
  6. exec "$@"