ns-letsencrypt icon indicating copy to clipboard operation
ns-letsencrypt copied to clipboard

Support for longer domain names.

Open elfranne opened this issue 3 years ago • 1 comments

A few month later I finally got time to look into the issue we talked about in #14 and #13.

It includes zlib that is part of base. The domain names will be converted into crc32 hash.

You can get the crc32 in cli: echo -n "some.example.com" | gzip -c | tail -c8 | hexdump -n4 -e '"%08x"'

I have also increased the API timeout from 1sec to 10sec.

elfranne avatar Jan 12 '21 17:01 elfranne

I like the idea but this would be fairly impactful to existing deployments. Can you add an option to enable this feature?

ryancbutler avatar Feb 11 '21 19:02 ryancbutler

Closing since no response

ryancbutler avatar Dec 13 '22 03:12 ryancbutler