
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- 1,090 Views
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.
Accepted Solutions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- 957 Views
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.


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- 1,058 Views
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.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- 959 Views
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.