Re: Am I reinventing the wheel to get letsencrypt certs for Tomcat

2017-10-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Johan, On 10/30/17 9:57 AM, Johan Compagner wrote: >> >> >> How about this? >> >> http://tomcat.apache.org/presentations.html >> >> Search for "Let's Encrypt". >> >> I haven't wired this into Tomcat 8.5 and Tomcat 9.0's capability >> to

Re: Am I reinventing the wheel to get letsencrypt certs for Tomcat

2017-10-30 Thread Johan Compagner
> > > How about this? > > http://tomcat.apache.org/presentations.html > > Search for "Let's Encrypt". > > I haven't wired this into Tomcat 8.5 and Tomcat 9.0's capability to > re-load a keystore yet. I'm not sure there is JMX support for that, > yet, so that would be a prerequisite IMO. > > -

Re: Am I reinventing the wheel to get letsencrypt certs for Tomcat

2017-10-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Don, On 10/27/17 7:22 AM, Don Flinn wrote: > I am writing a Java program to get a certificate from letsencrypt > put it in a keystore and ftp it to my Tomcat 9 or any version > running on Amazon Web Services or any place you can fip to. I >

Re: Am I reinventing the wheel to get letsencrypt certs for Tomcat

2017-10-27 Thread Don Flinn
Hi Johan, Thank you for the information. A few things, I'm running Tomcat on a Windows machine as a windows server. I'm not running as root, I was talking about the ROOT directory under Tomcat's webapps directory. So that when letsencrpt logs into my domain/.well-known/acme-challenge, which is

Re: Am I reinventing the wheel to get letsencrypt certs for Tomcat

2017-10-27 Thread Johan Compagner
On 27 October 2017 at 15:05, Don Flinn wrote: > Hi Andre, > > I have looked and it may be my ignorance but I didn't find any that seemed > to fit. I'll look more closely at the available letsencrypt clients. > > With letsencrypt you first have to authenticate, i.e. show you

Re: Am I reinventing the wheel to get letsencrypt certs for Tomcat

2017-10-27 Thread Don Flinn
Hi Markus I'm not familiar with the inner workings of Tomcat, but I just looked at the source code distro and it seems to contain java programs. So maybe my little effort may be of use. Don On Fri, Oct 27, 2017 at 10:11 AM, i...@flyingfischer.ch < i...@flyingfischer.ch> wrote: > Am

Re: Am I reinventing the wheel to get letsencrypt certs for Tomcat

2017-10-27 Thread i...@flyingfischer.ch
Am 27.10.2017 um 15:29 schrieb André Warnier (tomcat): > On 27.10.2017 15:05, Don Flinn wrote: >> Hi Andre, >> >> I have looked and it may be my ignorance but I didn't find any that >> seemed >> to fit.  I'll look more closely at the available letsencrypt clients. > > It is certainly more my own

Re: Am I reinventing the wheel to get letsencrypt certs for Tomcat

2017-10-27 Thread tomcat
On 27.10.2017 15:05, Don Flinn wrote: Hi Andre, I have looked and it may be my ignorance but I didn't find any that seemed to fit. I'll look more closely at the available letsencrypt clients. It is certainly more my own ignorance, rather than yours. I was only pointing out the obvious,

Re: Am I reinventing the wheel to get letsencrypt certs for Tomcat

2017-10-27 Thread Don Flinn
Hi Andre, I have looked and it may be my ignorance but I didn't find any that seemed to fit. I'll look more closely at the available letsencrypt clients. With letsencrypt you first have to authenticate, i.e. show you own the site, by letsencrypt logging into your site, e.g. Tomcat and checking

Re: Am I reinventing the wheel to get letsencrypt certs for Tomcat

2017-10-27 Thread tomcat
On 27.10.2017 13:22, Don Flinn wrote: I am writing a Java program to get a certificate from letsencrypt put it in a keystore and ftp it to my Tomcat 9 or any version running on Amazon Web Services or any place you can fip to. I intended to contribute it to Tomcat users. It's about 80% done. I

Re: Am I reinventing the wheel to get letsencrypt certs for Tomcat

2017-10-27 Thread Martynas Jusevičius
I think Tomcat 9 suppors PEM files directly, but if you want to use PKCS12, this might help: https://github.com/AtomGraph/letsencrypt-tomcat/blob/master/entrypoint.sh#L33 On Fri, Oct 27, 2017 at 1:22 PM, Don Flinn wrote: > I am writing a Java program to get a certificate

Am I reinventing the wheel to get letsencrypt certs for Tomcat

2017-10-27 Thread Don Flinn
I am writing a Java program to get a certificate from letsencrypt put it in a keystore and ftp it to my Tomcat 9 or any version running on Amazon Web Services or any place you can fip to. I intended to contribute it to Tomcat users. It's about 80% done. I am able to get the letsencrypt