Cannot load certificate "/etc/ssl/private/": PEM_read_bio_X509_AUX() failed (SSL: error:0480006C:PEM routines::no start line:Expecting: TRUSTED CERTIFICATE)

What about?...
acmephp/core 1.3.0

1 Like

Yeah I don't know how acme-nginx works but I'd guess that what's actually happening is your http request is being forwarded to your server on port 8000 via the proxy_pass config.

Looking at their code it's supposed to write a temporary rule to your config:

You might need to create an issue on their github to ask more questions if you need their client to work.

4 Likes

Can you install snap?
Installing snapd | Snapcraft documentation

3 Likes

acme.sh is a bash script you download, not a package you install. GitHub - acmesh-official/acme.sh: A pure Unix shell script implementing ACME client protocol

3 Likes

@webprofusion @rg305 Also sorry Rudy, I've been saying "Ryan"..
I've found this post:

and was able to install certbot.
Thank you very much gentlemen for your help. Have a great weekend.

EDIT:
This link provides the exact steps to install certbot and allow it to generate a certificate automatically.

2 Likes

Glad to hear that you found this solution :slight_smile:
Looking forward to that autorenewal :beer:

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.