2.2
PrintShop Web Installation Guide | 42
5 Read the instructions and completed the information on screen (use YOUR details).
You are about to be asked to enter information that will be incorporated
into your certificate request.
What you are about to enter is what is called a Distinguished Name or a DN.
There are quite a few fields but you can leave some blank
For some fields there will be a default value,
If you enter '.', the field will be left blank.
-----
Country Name (2 letter code) [AU]:NL
State or Province Name (full name) [Some-State]:Zuid Holland
Locality Name (eg, city) []:Zoetermeer
Organization Name (eg, company) [Internet Widgits Pty Ltd]:Objectif Lune BV
Organizational Unit Name (eg, section) []:R and D
Common Name (eg, YOUR name) []:www.yourdomainname.com
Email Address []:info@yourdomainname.com
Please enter the following 'extra' attributes
to be sent with your certificate request
A challenge password []:
An optional company name []:
Enter your host address at "Common Name", if you enter "yourdomainname.com",the
certificate is limited to the https://yourdomainname.com and cannot be used for https://
www.yourdomainname.com.
You can leave the "challenge password" and "optional company name" empty. This completes to
steps to create a private key and the csr, both files are created inside the folder of OpenSSL.exe.
You will need the csr when obtaining a SSL certificate.
Place the key file generated in step 3 in Apache/certificate/psw.key in your PrintShop Web
installation folder. The .crt file provided by your certificate authority must be installed in Apache/
certificate/psw.crt in your PrintShop Web installation folder.
Server installation
During the installation of PSW all components to run HTTPS are installed but will be disabled if you did
not choose to select the HTTPS protocol. To enable and configure HTTPS:
1 Open the httpd.conf file located in the conf folder of the Apache folder (inside the PrintShop Web
folder).
2 Add the following module rule:
LoadModule ssl_module modules/mod_ssl.so
3 Open the ssl file located in the conf folder of the Apache folder (inside the PrintShop Web folder).
4 Make sure that the following entries refer to the location of your certificate files:
•
SSLCertificateFile (.crt)
•
SSLCertificateKeyFile (.key)
5 Restart the Apache service using the PrintShop Server Manager.










