Installing a certificate on HA proxy fails with cat: ssl/proxy.crt: No such file or directory
Hi all,
[root@mwcsrhel7 ~]# cd /etc/haproxy/ [root@mwcsrhel7 haproxy]# openssl req -new -key "ssl/proxy.key" -out "ssl/proxy.csr" Enter pass phrase for ssl/proxy.key: unable to load Private Key 140057214654368:error:06065064:digital envelope routines:EVP_DecryptFinal_ex:bad decrypt:evp_enc.c:596: 140057214654368:error:0906A065:PEM routines:PEM_do_header:bad decrypt:pem_lib.c:483: [root@mwcsrhel7 haproxy]# openssl req -new -key "ssl/proxy.key" -out "ssl/proxy.csr" Enter pass phrase for ssl/proxy.key: You are about to be asked to enter information that will be incorporated into your certificate request. What you are about to enter is what is called a Distinguished Name or a DN. There are quite a few fields but you can leave some blank For some fields there will be a default value, If you enter '.', the field will be left blank. What did I do wrong? |
Accepted answer
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.