Browse Source

patch debian path for certbot

master
victor héry 6 years ago
parent
commit
668b6e6b86
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      create-certificat

+ 1
- 1
create-certificat View File

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
#Configuration variables #Configuration variables
certbot_bin="/usr/local/bin/certbot"
certbot_bin="/usr/bin/certbot"
haproxy_pem_path="/etc/haproxy/cert" haproxy_pem_path="/etc/haproxy/cert"

Loading…
Cancel
Save