Giter VIP home page Giter VIP logo

Comments (2)

AMEST avatar AMEST commented on June 14, 2024

Purely theoretically, it is possible to make an alternative output in acme.json. If it looks something like this (indicated below), then in principle all the data is there and such a file can be generated.

{
  "Account": {
    "Email": "[email protected]",
    "Registration": {
      "body": {
        "status": "valid",
        "contact": [
          "mailto:[email protected]"
        ]
      },
      "uri": "https://acme-v02.api.letsencrypt.org/acme/acct/XXXX"
    },
    "PrivateKey": "xxxx",
    "KeyType": "2048"
  },
  "Certificates": [
    {
      "Domain": {
        "Main": "domain.com",
        "SANs": ["san.domain.com"]
      },
      "Certificate": "xxx",
      "Key": "xxx"
    }
  ],
  "HTTPChallenges": null,
  "TLSChallenges": {}
}

from dotnetcertbot.

tengfong00 avatar tengfong00 commented on June 14, 2024

Got it, previously I wanted to use the free domain(.tk) to get a subdomain SSL wild card using Traefik.
Traefik connects to the service provider (ex: Cloudflare) and generates the ACME Certificate.
But since Cloudflare doesn't support free domain DNS records, I can't get the certificate.
I thought I could generate an ACME Certificate on my own and get the job done.
Nevertheless, I gave up to use the free domain and buy a domain to settle my issue.
Thank you AMEST for helping me!

from dotnetcertbot.

Related Issues (5)

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.