garbash-config

etc files for garbash tilde
git clone git://git.alexkarle.com.com/garbash-config
Log | Files | Refs | README | LICENSE

acme-client.conf (602B) [raw]


      1 #
      2 # $OpenBSD: acme-client.conf,v 1.4 2020/09/17 09:13:06 florian Exp $
      3 #
      4 authority letsencrypt {
      5 	api url "https://acme-v02.api.letsencrypt.org/directory"
      6 	account key "/etc/acme/letsencrypt-privkey.pem"
      7 }
      8 
      9 authority letsencrypt-staging {
     10 	api url "https://acme-staging-v02.api.letsencrypt.org/directory"
     11 	account key "/etc/acme/letsencrypt-staging-privkey.pem"
     12 }
     13 
     14 domain garbash.com {
     15 	alternative names { waste.garbash.com, mail.garbash.com, git.garbash.com }
     16 	domain key "/etc/ssl/private/garbash.com.key"
     17 	domain full chain certificate "/etc/ssl/garbash.com.fullchain.pem"
     18 	sign with letsencrypt
     19 }