Coder Social home page Coder Social logo

How do I use ZeroSSL? about lua-resty-acme HOT 3 CLOSED

fffonion avatar fffonion commented on May 27, 2024
How do I use ZeroSSL?

from lua-resty-acme.

Comments (3)

fffonion avatar fffonion commented on May 27, 2024

@nahin-web No you only need set the correct api_uri.

from lua-resty-acme.

nahin-web avatar nahin-web commented on May 27, 2024

Didn't work. I used https://acme.zerossl.com/v2/DV90
I was considering ZeroSSL, as I stuck into Let's Encrypt's rate limiting. Despite having ZeroSSL api_url, I get the same rate limit reached error message on the error log

init_by_lua_block { require("resty.acme.autossl").init({ -- setting the following to true -- implies that you read and accepted https://letsencrypt.org/repository/ tos_accepted = true, -- uncomment following for first time setup -- staging = true, -- uncomment following to enable RSA + ECC double cert domain_key_types = { 'rsa', 'ecc' }, -- uncomment following to enable tls-alpn-01 challenge -- enabled_challenge_handlers = { 'http-01', 'tls-alpn-01' }, account_key_path = "/etc/openresty/account.key", account_email = "[email protected]", domain_whitelist = { "mysite.us.to" }, api_url = "https://acme.zerossl.com/v2/DV90" }) }

from lua-resty-acme.

fffonion avatar fffonion commented on May 27, 2024

api_uri is the config for underlying client, so you should do

require("resty.acme.autossl").init({
  -- you current configs
},
{
  api_url = "https://acme.zerossl.com/v2/DV90" 
})

from lua-resty-acme.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.