You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by "@lbutlr" <kr...@kreme.com> on 2016/03/14 17:16:59 UTC

[users@httpd] Ache 2.4 and LetsEncrypt

After setting up lets encrypt on my server and running it I end up with the following files:

$ ls -nls
total 48
8 -rw-------  1 443  443  1854 Mar  4 23:38 cert-1457159890.csr
0 -rw-------  1 443  443     0 Mar  4 23:38 cert-1457159890.pem
8 -rw-------  1 443  443  1854 Mar  5 05:06 cert-1457179567.csr
0 -rw-------  1 443  443     0 Mar  5 05:06 cert-1457179567.pem
8 -rw-------  1 443  443  1854 Mar 12 04:35 cert-1457782552.csr
0 -rw-------  1 443  443     0 Mar 12 04:35 cert-1457782552.pem
8 -rw-------  1 443  443  3243 Mar  4 23:38 privkey-1457159890.pem
8 -rw-------  1 443  443  3243 Mar  5 05:06 privkey-1457179567.pem
8 -rw-------  1 443  443  3247 Mar 12 04:35 privkey-1457782552.pem

As you can see, the cert…pem files are 0 bytes.

I have not gotten the last step I need to take in order to attach these certs to apache so I can switch over to https. Trying to link to the csr files didn’t seem to work, so I am doing something wrong.

I am using the lets encrypt.sh port from FreeBSD postmaster (since letsenrypt still isn’t quite native on FreeBSD).

Anyone have some pointers or an RTFM link?

-- 
Nihil est--in vita priore ego imperator Romanus fui.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Ache 2.4 and LetsEncrypt

Posted by Sander Smeenk <ss...@freshdot.net.INVALID>.
Quoting @lbutlr (kremels@kreme.com):

> After setting up lets encrypt on my server and running it I end up with the following files:
> 0 -rw-------  1 443  443     0 Mar  4 23:38 cert-1457159890.pem
> 0 -rw-------  1 443  443     0 Mar  5 05:06 cert-1457179567.pem
> 0 -rw-------  1 443  443     0 Mar 12 04:35 cert-1457782552.pem
> As you can see, the cert…pem files are 0 bytes.
> 
> I am using the lets encrypt.sh port from FreeBSD postmaster (since
> letsenrypt still isn’t quite native on FreeBSD).

You might get better results if you ask your question on IRC
in #letsencrypt on irc://irc.freenode.net/


> Anyone have some pointers or an RTFM link?

https://wiki.freebsd.org/BernardSpil/LetsEncrypt
etc..

Before you get to the 'How do i configure Apache with SSL support', you
need to have those 0-byte PEM-files filled by LetsEncrypt.

https://mozilla.github.io/server-side-tls/ssl-config-generator/


-Sndr
-- 
| One nice thing about egotists: They don't talk about other people.
| 4096R/20CC6CD2 - 6D40 1A20 B9AA 87D4 84C7  FBD6 F3A9 9442 20CC 6CD2

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org