Using the sample Docker image
Before proceeding, make sure that:
-
The values in the
sectigo-ssl-config.txt
file reflect the correct domain and other parameter values for the use case being tested. -
The
<CERT_DOMAIN>
value in theserver.conf
file has been replaced with your specific domain. -
The
server.conf
file values match those in thesectigo-ssl-config.txt
file. These values include the domain, SSL certificate file path, and names. Any changes made to these values in one file must be replicated in the other. -
All relevant files are placed in a single directory. For example, if the files are located in the
Sectigo-Docker-Integration/
directory, it becomes the project’s root directory. -
The current running user has appropriate permission on Docker. You may also use the
root
or equivalent user to run the shell script. For more information on adding user permission for Docker, see Post-installation steps for Linux. -
The bash script file has the execute permission.