Skip to content
  • Vladimir Shushlin's avatar
    Add Let's Encrypt client · 7a7f97094c2b
    Vladimir Shushlin authored
    Part of adding Let's Encrypt certificates for pages domains
    
    Add acme-client gem
    
    Client is being initialized by private key stored in secrets.yml
    Let's Encrypt account is being created lazily.
    If it's already created, Acme::Client just gets account_kid by
    calling new_account method
    
    Make Let's Encrypt client an instance
    Wrap order and challenge classes
    7a7f97094c2b
This project manages its dependencies using Bundler. Learn more