Debian 9- Creating SSL Certificate Failed
-
I was updating from 1.5.0 RC 11 to RC 13 and the update failed when I got to “Creating SSL Certificate” on the fog installer. The OS is Debian 9. Any help would be appreciated.
Thanks,
-
I got it to work. I had to use both the -C and -K command lines when running ./installfog.sh
./installfog.sh -C -K
-
I know this is a very old topic but it seems like people find this and follow it blindly. Please be aware that using the installer parameter
-C
(or--recreate-CA
in long form) will overwrite your FOG internal certificate authority and break all fog-client installs because of this. The fog-client is pinned to this CA when installing the software on the machine and you need to re-install fog-client (or magically exchange the CA cert) on all your machines!