Skip to content
Snippets Groups Projects
Forked from stackspin / stackspin
Source project has a limited visibility.
  • Varac's avatar
    d98c74e7
    Use LE staging CA to verfiy fetched certs · d98c74e7
    Varac authored
    See #60 for details.
    For Ci droplets we use LE staging CA, so we need to provide curl
    with the CA cert. Surprisingly, curl will still validate certs from
    LE production CA even if "--cacert=./letsencrypt_fakelerootx1.pem" is
    used.
    Verified
    d98c74e7
    History
    Use LE staging CA to verfiy fetched certs
    Varac authored
    See #60 for details.
    For Ci droplets we use LE staging CA, so we need to provide curl
    with the CA cert. Surprisingly, curl will still validate certs from
    LE production CA even if "--cacert=./letsencrypt_fakelerootx1.pem" is
    used.