Hello everyone,
I noticed the command "engine-setup --accept-defaults --offline" is failing due to one of its default options.
First, it checks if any certificates in place are going to expire soon and it asks if you want to renew or not. In this case, the default option is 'No', which is good for the lab environment. However, after that, it asks for confirmation if you want to proceed without renewing any certificate, and the default option is also 'No', which aborts the process.
In this case, I had to run the command without the '--accept-defaults' option.
So, in this case, the solution is to run the command below:
engine-setup --offline
And then go through the options and choose to continue without renewing the certificates.
Thank you for sharing this. I've hit handful of bugs during this course I really didn't want to go through debugging this one.
So, in this case, the solution is to run the command below:
engine-setup --offline
And then go through the options and choose to continue without renewing the certificates.
Red Hat
Learning Community
A collaborative learning environment, enabling open source skill development.