Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
installation:server-installation [2019-11-26 06:09]
Magnus Fagerlund
installation:server-installation [2020-11-10 12:50]
Carl-Johan Larsson
Line 30: Line 30:
  
 ==== Certificates ==== ==== Certificates ====
-The installer asks for an HTTPS certificate to use for Lime CRM Server. There are two options available: +The installer asks for an HTTPS certificate to use for Lime CRM Server. Use an existing certificate issued by a trusted root certificate authority. The certificate must be located in the Windows Certificate Store (machine store) and have a private key that is marked as exportable. Certificates issued using a CNG cryptography provider (Microsoft specific) are not supported.
- +
-  * Use an existing certificate issued by a trusted root certificate authority. The certificate must be located in the Windows Certificate Store (machine store) and have a private key that is marked as exportable. Certificates issued using a CNG cryptography provider (Microsoft specific) are not supported+
- +
-  * Create a [[https://en.wikipedia.org/wiki/Self-signed_certificate|self-signed certificate]]. Recommended only for testing purposes.+
  
 ===== Installation procedure ===== ===== Installation procedure =====
Line 65: Line 61:
  
 ===== Python customizations ===== ===== Python customizations =====
-For developing and deploying modern customization using Python, you will need to create a ''solution''. Instructions on how to do that is found [[here|https://prime.lime.tech/products/limecrm/moderncustomizations/installing]].+For developing and deploying modern customization using Python, you will need to create a ''solution''. Instructions on how to do that is found [[https://prime.lime.tech/products/limecrm/moderncustomizations/installing|here]].
  
 ===== Troubleshooting ===== ===== Troubleshooting =====
 The installation will generate log files in ''%userprofile%\AppData\Local\Temp''. These are named ''limepro_install_<timestamp>.txt'' for the main installation, and ''<component>.msi.install.txt'' for the installation of related components. The installation will generate log files in ''%userprofile%\AppData\Local\Temp''. These are named ''limepro_install_<timestamp>.txt'' for the main installation, and ''<component>.msi.install.txt'' for the installation of related components.
  • Last modified: 12 months ago
  • by Anders Edqvist