Re: [CentOS] wildcard certificate

2018-06-16 Thread Rainer Duffner via CentOS
> Am 17.06.2018 um 00:24 schrieb Keith Keller via CentOS : > > On 2018-06-16, Gordon Messmer via CentOS wrote: >> >> https://community.letsencrypt.org/t/acme-v2-and-wildcard-certificate-support-is-live/55579 >> >> Wildcard support is new, but it's available! :) > > Cool! I had read about w

Re: [CentOS] wildcard certificate

2018-06-16 Thread Keith Keller via CentOS
On 2018-06-16, Gordon Messmer via CentOS wrote: > > https://community.letsencrypt.org/t/acme-v2-and-wildcard-certificate-support-is-live/55579 > > Wildcard support is new, but it's available!  :) Cool! I had read about wildcard support being planned a few months ago but totally forgot about it.

Re: [CentOS] wildcard certificate

2018-06-15 Thread Gordon Messmer via CentOS
On 06/15/2018 06:11 PM, Keith Keller via CentOS wrote: You've already got the cert so it's not totally relevant, but in the future you can consider using Let's Encrypt. They won't distribute wildcard certs but unless you have lots of subdomains you can simply request a cert for every domain you

Re: [CentOS] wildcard certificate

2018-06-15 Thread Keith Keller via CentOS
On 2018-06-15, Jerry Geis wrote: > Hi all - I am trying to figure out how to add a wild card certificate given > to me for a CentOS installation. You've already got the cert so it's not totally relevant, but in the future you can consider using Let's Encrypt. They won't distribute wildcard certs

Re: [CentOS] wildcard certificate

2018-06-15 Thread Rainer Duffner
> Am 15.06.2018 um 21:07 schrieb Jerry Geis : > > They are all just - BEGIN CERTIFICATE and everything else is > encrypted of course. > No, it’s not. You can look at it with openssl x509 -text -in file.crt -noout > They did not give a private key - I presumed with a wild card i

Re: [CentOS] wildcard certificate

2018-06-15 Thread Scott Gennari
On 06/15/2018 02:37 PM, Jerry Geis wrote: Hi all - I am trying to figure out how to add a wild card certificate given to me for a CentOS installation. I have a script that sets up HTTPS so I am a little familiar with things - but they provided me two files: name_ee.crt name_i1.crt ||| |Hi Jer

Re: [CentOS] wildcard certificate

2018-06-15 Thread Jerry Geis
>And where’s the private key? >Can you post the lines in the files that start with five (or so) dashes („-„)? They are all just - BEGIN CERTIFICATE and everything else is encrypted of course. They did not give a private key - I presumed with a wild card it was not needed? again -never

Re: [CentOS] wildcard certificate

2018-06-15 Thread Rainer Duffner
> Am 15.06.2018 um 20:37 schrieb Jerry Geis : > > Hi all - I am trying to figure out how to add a wild card certificate given > to me for a CentOS installation. I have a script that sets up HTTPS so I > am a little familiar with things - but they provided me two files: > name_ee.crt > name_i1.

[CentOS] wildcard certificate

2018-06-15 Thread Jerry Geis
Hi all - I am trying to figure out how to add a wild card certificate given to me for a CentOS installation. I have a script that sets up HTTPS so I am a little familiar with things - but they provided me two files: name_ee.crt name_i1.crt I'm not sure how to apply that to the /etc/httpd/conf.d/