Hi,
I've a problem to manually install on Plesk 10.4.4 a GeoTrust SSL/EV certificate.
How can install the certificate only with the vhost_conf.ssl?
I've create the file /var/www/vhosts/domain.tls/conf/vhost_conf.ssl
NOTE: GeoTrust SSL/EV Require two ".crt" files: the certificate and a intermediate file
Then, I reconfigure the domain with command:
An error occured:
I try to modify the vhost_conf.ssl, and move the certificates in other directories, but the problem persist.
Please, help me
Thanks in advance
I've a problem to manually install on Plesk 10.4.4 a GeoTrust SSL/EV certificate.
How can install the certificate only with the vhost_conf.ssl?
I've create the file /var/www/vhosts/domain.tls/conf/vhost_conf.ssl
<Directory /var/www/vhosts/domain.tld/httpdocs>
<IfModule mod_ssl.c>
SSLCertificateFile /etc/ssl/certs/domain_tld_ee.crt
SSLCertificateKeyFile /etc/ssl/private/domain.tld.key
SSLCertificateChainFile /etc/ssl/certs/intermediate.crt
</IfModule>
</Directory>
NOTE: GeoTrust SSL/EV Require two ".crt" files: the certificate and a intermediate file
Then, I reconfigure the domain with command:
/opt/psa/admin/bin/httpdmng --reconfigure-domain domain.tld
An error occured:
PleskUtilException: '/opt/psa/admin/bin/apache-config' '-t' failed with code .
stdout:
stderr:
Syntax error on line 3 of /var/www/vhosts/domain.tld/conf/vhost_ssl.conf:
SSLCertificateFile not allowed here
file: /opt/psa/admin/plib/Service/Agent/Transport/Local/Exec.php
line: 71
code: 0
trace: #0 /opt/psa/admin/plib/Service/Agent/Transport/Local.php(58): Service_Agent_Transport_Local_Exec->process(4, Object(Service_Agent_Command_Exec), Object(Service_Agent_Log), Object(Service_Agent_Transport_LocalTransaction))
#1 /opt/psa/admin/plib/Service/Agent/Transport/Local.php(24): Service_Agent_Transport_Local->_command(4, Object(Service_Agent_Command_Exec), Object(Service_Agent_Transport_LocalTransaction), Object(Service_Agent_Log))
#2 /opt/psa/admin/plib/Service/Agent.php(133): Service_Agent_Transport_Local->process('8bdb2d72d7bef3b...', Array, Object(Service_Agent_Log))
#3 /opt/psa/admin/plib/Template/Writer/Apache.php(58): Service_Agent->commit()
#4 /opt/psa/admin/plib/Template/Configuration/Applier.php(196): Template_Writer_Apache->test()
#5 /opt/psa/admin/plib/Template/Configuration/Applier.php(117): Template_Configuration_Applier->_applyConfigurationsToServiceNode(1, Array)
#6 /opt/psa/admin/plib/WebServerManager/Adapter/Apache.php(125): Template_Configuration_Applier->applyConfiguration(true)
#7 /opt/psa/admin/plib/WebServerManager/Adapter/Apache.php(408): WebServerManager_Adapter_Apache->sync()
#8 /opt/psa/admin/plib/WebServerManager.php(287): WebServerManager_Adapter_Apache->reconfVhost('domain.tld', true)
#9 /opt/psa/admin/plib/api-common/Httpdmng.php(131): WebServerManager->reconfVhost('domain.tld')
#10 /opt/psa/admin/sbin/httpdmng(13): Httpdmng->__construct()
#11 {main}
2013-01-23T10:52:20+01:00 ERR (3): Apache config (13589347390.68801800) generation failed: Syntax error on line 3 of /var/www/vhosts/domain.tld/conf/vhost_ssl.conf:
SSLCertificateFile not allowed here
Syntax error on line 3 of /var/www/vhosts/domain.tld/conf/vhost_ssl.conf:
SSLCertificateFile not allowed here
[Exit 1]
I try to modify the vhost_conf.ssl, and move the certificates in other directories, but the problem persist.
Please, help me
Thanks in advance