letsgetacert icon indicating copy to clipboard operation
letsgetacert copied to clipboard

Let's get cert – a Certbot wrapper

Results 1 letsgetacert issues
Sort by recently updated
recently updated
newest added

OpenSSL 1.1.1 has added a new option to `req` to specify SAN (https://github.com/openssl/openssl/issues/3311): ``` -addext "subjectAltName = DNS:foo.co.uk" \ ``` Let's use that instead of creating a new temp file...