Hacker News new | ask | show | jobs
by cedricziel 2927 days ago
We're using LetsEncrypt with local domains.

We have a domain for internal usage only, where we can modify TXT records. Through this, and a little help from acme.sh, and dnsmasq, every workstation can have unlimited, valid certificates for local projects.

1 comments

Are you using a fake domain or a real one? If fake, I'd be interested in how that works.
Real domain, just no A record.

For our projects, we create domains like {project}.{workstation}.company.net

Any chance there's a write-up or docs on this somewhere?