[Freeipa-users] Re: Use of certificates to have https secure connection

2021-04-24 Thread John Keates via FreeIPA-users
Hi Guille, The meaning of "Pass --pin-" means: pass along the argument --pin and set it to an empty value (because --pin= does exactly that, it says "pin equals to nothing"). In your case this might look like: ipa-server-certinstall -w -d --pin= mysite.key mysite.crt Or, if the command

[Freeipa-users] Re: Use of certificates to have https secure connection

2021-04-24 Thread G Col via FreeIPA-users
Hello rob, Thank you for your help. The command I try to run is ipa-server-certinstall -w -d mysite.key mysite.crt but as it is a wildcard certificate, it has also associated a third file .crt So when I run that command, it asks for a passphrase, but certs and key don't have any passphrase