nodeSolidServer / nodeSolidServer/node-solid-server

Recommended certbot command doesn't create wildcard certs

Open
#1,331 1 comment 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
JavaScript
Stars
1.8k
Forks
308
PR merge metrics
No merged PRs in 30d

Description

The certbot command from the inrupt docs doesn't create a wildcard certificate.

We made good success in using lego for doing so:

./lego -s https://acme-staging-v02.api.letsencrypt.org/directory --dns manual -d "soliddomain.tld" -d "*.soliddomain.tld" -m me@us.net --pem run

I haven't found the sources for that text on github, feel free to move this issue to the appropriate place.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the installation and running NSS documentation linked in the issue, then locate the source text for its recommended certbot command. Compare that command with the provided lego example and verify the wildcard-certificate behavior. Done means the documentation source is identified and the certificate guidance accurately covers wildcard certificates.

Written by the indexing model from the issue text.

Assessment

Domain
documentation
Issue type
Documentation
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.