how can I use API in my code.
what is api link and how get API key credentials.
Hi,
Please take a look at the following link:
Last updated: June 20, 2018 | See all Documentation
This document contains helpful advice if you are a hosting provider or large website integrating Let’s Encrypt, or you are writing client software for Let’s Encrypt.
Plan for Change Both Let’s...
Thank you
1 Like
Could you explain more about your setup? There are many ACME clients, and ACME libraries for many programming languages, and one of them might be good, or a good starting point.
Last updated: Jul 22, 2023 | See all Documentation Let’s Encrypt uses the ACME protocol to verify that you control a given domain name and to issue you a certificate. To get a Let’s Encrypt certificate, you’ll need to choose a piece...
This might sound like a joke, but you have to use the API, actually.
1 Like
The API you want to use is the ACME-v2
Certificates in PKI using X.509 (PKIX) are used for a number of purposes, the most significant of which is the authentication of domain names. Thus, certificate authorities in the Web PKI are trusted to verify that an applicant for a certificate...
Automatic Certificate Management Environment
The Automatic Certificate Management Environment (ACME) protocol is a communications protocol for automating interactions between certificate authorities and their users' servers, allowing the automated deployment of public key infrastructure at very low cost. It was designed by the Internet Security Research Group (ISRG) for their Let's Encrypt service.
The protocol, based on passing JSON-formatted messages over HTTPS, has been published as an Internet Standard in .mw-parser-output cite.citatio...
The IETF-document has some samples, so you can write your own client. Or use one of the libraries.
"Credentials" - first you have to create a new acccount, you need a public / private RSA-key pair, letsencrypt stores the public key. Later you have to sign your commands with the private key.
system
Closed
July 21, 2018, 1:05pm
6
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.