Originally created by @marekbedy on GitHub (Sep 19, 2016).
Hello,
there is a problem with the openssl SAN section, i always get this error message:
# INFO: Using main config file /usr/local/etc/dehydrated/config
+ Generating account key...
+ Registering account key with letsencrypt...
Processing rxtx.sk with alternative names: cloud.rxtx.sk ffsync.rxtx.sk mbe.rxtx.sk remstore.rxtx.sk notes.rxtx.sk webdov,rxtx.sk blog.rxtx.sk gallery.rxtx.sk imap.rxtx.sk smtp.rxtx.sk
+ Signing domains...
+ Creating new directory /usr/local/etc/dehydrated/certs/rxtx.sk ...
+ Generating private key...
+ Generating signing request...
Error Loading request extension section SAN
34379307784:error:2207507C:X509 V3 routines:v2i_GENERAL_NAME_ex:missing value:/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/x509v3/v3_alt.c:531:
34379307784:error:22098080:X509 V3 routines:X509V3_EXT_nconf:error in extension:/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/x509v3/v3_conf.c:95:name=subjectAltName, value=DNS:rxtx.sk, DNS:cloud.rxtx.sk, DNS:ffsync.rxtx.sk, DNS:mbe.rxtx.sk, DNS:remstore.rxtx.sk, DNS:notes.rxtx.sk, DNS:webdov,rxtx.sk, DNS:blog.rxtx.sk, DNS:gallery.rxtx.sk, DNS:imap.rxtx.sk, DNS:smtp.rxtx.sk
$ openssl
OpenSSL> version
OpenSSL 1.0.1t-freebsd 3 May 2016
Best regards,
Marek Bedy
Originally created by @marekbedy on GitHub (Sep 19, 2016).
Hello,
there is a problem with the openssl SAN section, i always get this error message:
```
# INFO: Using main config file /usr/local/etc/dehydrated/config
+ Generating account key...
+ Registering account key with letsencrypt...
Processing rxtx.sk with alternative names: cloud.rxtx.sk ffsync.rxtx.sk mbe.rxtx.sk remstore.rxtx.sk notes.rxtx.sk webdov,rxtx.sk blog.rxtx.sk gallery.rxtx.sk imap.rxtx.sk smtp.rxtx.sk
+ Signing domains...
+ Creating new directory /usr/local/etc/dehydrated/certs/rxtx.sk ...
+ Generating private key...
+ Generating signing request...
Error Loading request extension section SAN
34379307784:error:2207507C:X509 V3 routines:v2i_GENERAL_NAME_ex:missing value:/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/x509v3/v3_alt.c:531:
34379307784:error:22098080:X509 V3 routines:X509V3_EXT_nconf:error in extension:/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/x509v3/v3_conf.c:95:name=subjectAltName, value=DNS:rxtx.sk, DNS:cloud.rxtx.sk, DNS:ffsync.rxtx.sk, DNS:mbe.rxtx.sk, DNS:remstore.rxtx.sk, DNS:notes.rxtx.sk, DNS:webdov,rxtx.sk, DNS:blog.rxtx.sk, DNS:gallery.rxtx.sk, DNS:imap.rxtx.sk, DNS:smtp.rxtx.sk
```
$ openssl
OpenSSL> version
OpenSSL 1.0.1t-freebsd 3 May 2016
Best regards,
Marek Bedy
I have dicovered a malformed DNS value which caused this error:
DNS:webdov,rxtx.sk (the comma instead of dot)
Now it works fine.
@marekbedy commented on GitHub (Sep 19, 2016):
I have dicovered a malformed DNS value which caused this error:
> > DNS:webdov,rxtx.sk (the comma instead of dot)
Now it works fine.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @marekbedy on GitHub (Sep 19, 2016).
Hello,
there is a problem with the openssl SAN section, i always get this error message:
$ openssl
OpenSSL> version
OpenSSL 1.0.1t-freebsd 3 May 2016
Best regards,
Marek Bedy
@marekbedy commented on GitHub (Sep 19, 2016):
I have dicovered a malformed DNS value which caused this error:
Now it works fine.