On 03/12/2015 6:54 AM, "Jesus Moran" <[email protected]> wrote: > > Hello. > > Excelent work whit this tool. > > Today i was integrating haproxy 1.5 whit SSL and was easy and fast, but i wave a litte issue. > > When i create the .key file i add it a phrase. > > > i cerate the certificate with GoDaddy. And Now Alway when i reload, start, restart the services teh proxy need the > > * Reloading haproxy haproxy Enter PEM pass phrase: > Enter PEM pass phrase: > > twice times. > > I think this phrase will affect the proxy the nextime they need restar to clear logs stats, etc... > > there“s any way to setup the passphrasee in cofig file or in default file to avoid any kind of problem when hsaproxy reload???. > > Best Regards. > > > Jesus Just remove the passphrase:
openssl rsa -in /path/to/originalkeywithpass.key -out /path/to/newkeywithnopass.key

