Let's Encrypt port missing

thanks, it seems that there is no package "acme-client", why?

The port relies on LIbreSSL, while by default the ports system builds all ports against OpenSSL. From the Makefile:

Code:
.if empty(SSL_DEFAULT:M*libressl*)
IGNORE= needs LibreSSL to build. set DEFAULT_VERSIONS+=ssl=libressl \
        and rebuild all ports that depend on openssl
.endif
 
Back
Top