-
docker-compose.yml
```
version: '3.2'
networks:
lb_default:
external: true
services:
lb:
image: traefik:1.3
networks:
lb_default:
command: -c --docker=true
…
-
Hi guys,
I want to add this step in the helm chart: "step ca provisioner add acme --type ACME".
Is it simply adding at the field: postInitHook: "step ca provisioner add acme --type ACME"?
Ater …
-
If used as internal reverse proxy it would be great to include auto-renewing certificates on a private CA.
**It would need the additional informations:**
- Root CA certificate
- CA server URL
…
-
Steps to reproduce
------------------
1. Download and install acme.sh
2. `export DNSimple_OAUTH_TOKEN=TOKEN` OAuth token from https://dnsimple.com/a/ACCOUNT_ID/account/access_tokens
3. Run `acme…
-
Step 1 and 2 worked fine but in step 3 I get the following error:
>Error: Account registration failed. Please start back at Step 1. { "type": "urn:ietf:params:acme:error:badNonce", "detail": "JWS h…
-
Hi, is there LSP support, is there plans for it?
2nd, how about a client-server architecture where I can connect the editor to the same session from multiple terminals, a la kakoune/emacsclient?
-
-
I think the prerequisite is support for the ACME protocol version 2.0 https://letsencrypt.org/docs/acme-protocol-updates/
Example blog post describing the setup: https://hackernoon.com/rsa-and-ecds…
-
In the ACME RFC (https://datatracker.ietf.org/doc/html/rfc8555#section-7.3.4) it says
> The MAC key SHOULD be provided in base64url-encoded form, to maximize compatibility between non-ACME provisi…
-
The goal of this project is to design a schema for a universally-accepted document that can be used to enumerate certificate sources for subjects to use when they need to obtain certificates.
The A…
mholt updated
3 years ago