Re: Using existing LetsEncrypt certs with tomcat

2018-01-08 Thread Mark Thomas
On 06/01/18 18:46, Paul Beard wrote: > > >> On Jan 4, 2018, at 1:53 AM, Mark Thomas wrote: >> >> This might help. >> >> https://www.youtube.com/watch?v=I6TbMqH9WFg >> > It was, along with the script (after a little search and

Re: Using existing LetsEncrypt certs with tomcat

2018-01-06 Thread Paul Beard
> On Jan 6, 2018, at 10:49 AM, Martynas Jusevičius > wrote: > > see if this Docker setup could help: > https://github.com/AtomGraph/letsencrypt-tomcat > > > I also have nginx config that works with it. Well, it was

Re: Using existing LetsEncrypt certs with tomcat

2018-01-06 Thread Martynas Jusevičius
Paul, see if this Docker setup could help: https://github.com/AtomGraph/letsencrypt-tomcat I also have nginx config that works with it. Martynas atomgraph.com On Sat, Jan 6, 2018 at 7:46 PM, Paul Beard wrote: > > > > On Jan 4, 2018, at 1:53 AM, Mark Thomas

Re: Using existing LetsEncrypt certs with tomcat

2018-01-06 Thread Paul Beard
> On Jan 4, 2018, at 1:53 AM, Mark Thomas wrote: > > This might help. > > https://www.youtube.com/watch?v=I6TbMqH9WFg > It was, along with the script (after a little search and replace on / and \). I have just walked through

Re: Using existing LetsEncrypt certs with tomcat

2018-01-04 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Paul, On 1/4/18 12:50 AM, Paul Beard wrote: > > >> On Jan 3, 2018, at 11:33 AM, Christopher Schultz >> wrote: >> >> In there, I detail how to put everything together. There is a >> script that builds a Java

Re: Using existing LetsEncrypt certs with tomcat

2018-01-04 Thread Mark Thomas
On 04/01/18 05:50, Paul Beard wrote: > > >> On Jan 3, 2018, at 11:33 AM, Christopher Schultz >> wrote: >> >> In there, I detail how to put everything together. There is a script >> that builds a Java keystore that Tomcat can use. That script >> demonstrates how to

Re: Using existing LetsEncrypt certs with tomcat

2018-01-03 Thread Paul Beard
> On Jan 3, 2018, at 11:33 AM, Christopher Schultz > wrote: > > In there, I detail how to put everything together. There is a script > that builds a Java keystore that Tomcat can use. That script > demonstrates how to take an existing key+certificate+chain,

Re: Using existing LetsEncrypt certs with tomcat

2018-01-03 Thread Paul Beard
Excellent. I’ll look at it when I get home. I don’t do this for a living anymore and I’m a bit rusty. -- This space intentionally left blank. > On Jan 3, 2018, at 11:33 AM, Christopher Schultz > wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 >

Re: Using existing LetsEncrypt certs with tomcat

2018-01-03 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Paul, On 12/30/17 8:35 PM, Paul Beard wrote: > I have a freshly installed and running tomcat7 instance with nginx > but I would like to use the signed cert that I use with nginx for > tomcat as well. I can’t make out how that works. Lots of HOWTOs

Using existing LetsEncrypt certs with tomcat

2017-12-30 Thread Paul Beard
I have a freshly installed and running tomcat7 instance with nginx but I would like to use the signed cert that I use with nginx for tomcat as well. I can’t make out how that works. Lots of HOWTOs on getting a LetsEncrypt cert but not about using an existing one. It looks like something to do