Plesk 12.x / Linux :: How To Append Intermediate Certificate

Mar 4, 2015

I've got an issue with the intermediate certificate, I need to provide additional to my certificate. As usual, I created a cert bundle with certs in following order:

- key data (BEGIN RSA PRIVATE KEY)
- crt data (BEGIN CERTIFICATE
- intermediate data (BEGIN CERTIFICATE)

And uploaded it successful to Plesk 12 certificate management. In Chrome, it's working. In Firefox not (as the intermediate cert is not provided by Plesk 12, and Firefox requires it).

How to inject the intermediate certificate for Plesk 12?

View 2 Replies


ADVERTISEMENT

Plesk 11.x / Linux :: SSL Intermediate Certificate (Broken Chain)

May 30, 2014

I bought yesterday a SSL certificate from Comodo (PositiveSsl).

I have three files to install : the certificate itself, the Root certificate and the intermediate certificate.

Where can I add the intermediate certificate file ? Currently, a SSL report shows that the chains is broken (which is actually right).

View 1 Replies View Related

Plesk 12.x / Linux :: How To Put Certificate With Domain

Oct 11, 2014

I've have a problem with a server : we have create as usual certificate with Tools > SSL certificates.

When we want to put certificate with the domain, we don"t have the "Secure your sites" menu in the "websites and domains" sub category.

Why ? How can i activate the certificate with the domain ?

View 5 Replies View Related

Plesk 11.x / Linux :: QMAIL SSL Certificate

Oct 15, 2014

I have issue with qmail server. I want to update ssl certificate and for this i have replaced older servercert.pem with new servercert.pem file in /var / qmail/ control/. and restart service of qmail using qmailctl restart.But after updating this certificate my web browser still showing older certificate details.

View 1 Replies View Related

Plesk 12.x / Linux :: Can't Remove Old Certificate

Sep 26, 2014

I installed a new ssl certificate, changed it to be default and secure Plesk, switched the IP to use it. Now I wanted to remove the old one but it shows me that there is still one usage of this cert and I can't remove it. But how can I find what is using it?

View 5 Replies View Related

Plesk 11.x / Linux :: Can't Remove SSL Certificate From IP

Nov 3, 2014

I tried to remove the ssl certificate but although I have removed it from the IP I'm getting an error that it is still assigned to it. The solution in [URL] .... didn't work cause the Certificate field is grey out in my case.

View 1 Replies View Related

Plesk 12.x / Linux :: Embed SSL Certificate For Mailman

Jul 25, 2015

I want to embed a SSL certificate for mailman permanently in the server.conf file.

For Roundcube I've found a manual: [URL] .... (in German), but not for Mailman.

View 5 Replies View Related

Plesk 12.x / Linux :: Replacing Default Certificate

Feb 24, 2015

I am replacing the default certificate in Plesk so that customers do not get a certificate warning when visiting the panel login page.

I've created the certificate in the "SSL Certificates" section made it default and used it to secure Plesk. However I've still got all the existing domains using the old default certificate, how can I do a mass changeover so that all existing domains are now using the new certificate?

I've updated the IP's to use the new certificate. When I go to "SSL Certificates" in "Tools and Settings", it seems that there are some domains now using the new certificate but quite a lot of the other are still not, how can I get these over too?

View 3 Replies View Related

Plesk 11.x / Linux :: SSL Certificate For Mail Server

Oct 27, 2014

I’ve read the documentations of (PBAS, Plesk, and Securing Websites).how to add SSL Certificate to our Webmail? In addition, I need to know, how to request CSR key and install SSL for our mail server in order for us to protect our emails and to use the SSL Protocol in mail softwares such as Outlook? I will explain the scenario in details:

1- We have (www.example.com) which is our "Plesk Server hostname" and a subscription in our "Plesk Server".
2- We have (pbas.example.com) which is our "PBAS Server hostname" and it's not a subscription in our "Plesk Server".
3- We have (account.example.com) which is a "Subscription" in our "Plesk Server".

Here are the DNS records of our domain and subdomains:
Host-Type-Data
-A-192.168.1.30
www-A-192.168.1.30
mail-A-192.168.1.30
pbas-A-192.168.1.31
account-A-192.168.1.32
-MX-example.com.

how to generate CSR key for each domain/subdomain and how to install the SSL for it? Our "Plesk" is 11.5 and installed on CentOS 6.4.

View 8 Replies View Related

Plesk 12.x / Linux :: Associating SSL Certificate To A Site Using CLI

May 27, 2015

When using `plesk bin --update domain.example.com -certificate-name 'certificate'`, Plesk always returns `Unable to find certificate`, I have verified the certificate exists using `plesk bin certificate -l -admin` and the spelling of the certificate name is correct. I can use the WebUI to associate the certificate to the site and have verified it works, however I need to automate this task.

Also, the online documentation for the `plesk bin site` command does not mention the `-certificate-name` option, however it is listed when running `plesk bin site -h`.

The documentation missing the information is found here: [URL] ....

View 2 Replies View Related

Plesk 12.x / Linux :: How To Add Ssl Certificate To Email Server

Jan 20, 2015

I'm running Parallels Plesk 12 on Debian GNU/Linux 7.6...I have a valid certificate for my mail server : mail.mydomain.tld but I don't find the place in Plesk 12 to put it.

View 2 Replies View Related

Plesk 12.x / Linux :: Add New Certificate To All Virtual Hosts

Feb 13, 2015

I installed a new certificate, made it default, assigned it to the shared ip address and made the plesk panel use it.

The problem is we have 200 virtual hosts using the old certificate. Is there a way to reconfigure all those domains easily.

View 13 Replies View Related

Plesk 12.x / Linux :: Changing Default Certificate?

Sep 30, 2014

My System:
Ubuntu 12.04
Plesk 12.0.18 Update #18
Only Webserver no mail

What I want:
I have an old sha1 certificate and I would change this for the whole server.

What I have done so far:
I have already uploaded the new sha256 certificate with a new private key to plesk (I can not simply replace the old one, plesk does not allow me to upload a new private key).

Then I set the new certificate as standard certificate and pressed the "secure pannel" button.

After that the panel uses the new certificate.

Then I set in "Tools & Settings -> IP Addresses" on both IP addresses the new certificate.

Reboot

But now the "Tools & Settings -> SSL Certificates" shows me that the old certificate is still used 2 times somewhere. But the Interface does not show where it is used. How can I find out where this certificate is used? I want to remove the old certificate from the server.

View 2 Replies View Related

Plesk 12.x / Linux :: Install SSL Certificate Using API Call

Nov 3, 2014

I am developing new module and installed SSL certificate using following API call.

Request call:
<packet>
<certificate>
<install>

[Code]....

But when i checked this domain by open in browser. the certificate is not installed. After lots of R&D i found that there are option of select SSL in hosting setting screen. The default selected SSL is "default certificate".

I have changed this option to "not selected".

After this changes i have installed certificate again and it is working fine. So is it bug in plesk or it is default behavior Plesk Panel?

View 4 Replies View Related

Plesk 11.x / Linux :: Changed Panel SSL Certificate But Webmail Still Uses Old One

Jul 7, 2014

I created a new SSL certificate and made that the default for the Panel in the SSL Certificates section. That works fine.

But my webmail URLs are still using the old certificate. E.g. https://webmail.mydomain.com

How do I update to the new certificate for webmail?

EDIT: creating a certificate for mydomain.com and using it in the Hosting Settings section did not work.

View 1 Replies View Related

Plesk 12.x / Linux :: SSL Email Certificate For Single Domain

Jul 3, 2014

Outlook 2013 complains about the SSL certificate when using email. Installing the certificate still doesn't stop the error/warning. What are my options?

Can I install on the plesk server a self-signed SSL cert and avoid the issues?
Can I buy & install a single certificate for that one domain and resolve the issue but not affect others.
Do I need to buy a SAN certificate for the whole server?

BTW I'm running CentOS 6.5 and Plesk 12.

View 3 Replies View Related

Plesk 11.x / Linux :: Unable To Delete Default Certificate?

Nov 20, 2014

My default certificate expired recently. I created a new certificate "default certificate 2".

I used this certificate for "Secure the Panel"

I went to "Tools and Settings" -> "IP addresses" and made this certificate the default for all the IPs. On the page "Tools and Settings" -> "SSL certificates", it says Used: 0 next to "default certificate".

But when I try to delete it, it tells me: "Error: Unable to remove certificates: one or several certificates are assigned to the IP addresses/domains."

Is there anywhere I can check where this certificate is still used?

View 3 Replies View Related

Plesk 11.x / Linux :: Broken Certificate Chain With Roundcube

Jan 21, 2014

My current configuration is: Ubtuntu Server 10.04, Plesk 11.5 and Roundcube 0.9.5 (installed via Plesk as the default webmail application) on Apache.

I played around with an SSL checker (https://www.ssllabs.com/ssltest/) to test my certificates and I found out that Roundcube delivered a broken certificate chain. It didn't deliver the intermediate certificate correctly. I searched through the configuration file of roundcube (/etc/apache2/plesk.conf.d/roundcube.conf) and discovered that there was only an entry for SSLCertificateFile.

To fix this I added the intermediate certificate via SSLCACertificateFile to the configuration file:

Code:
SSLCertificateFile "/opt/psa/var/certificates/cert-1sCtWB"
SSLCACertificateFile "/opt/psa/var/certificates/cert-FGLFqQ"

The only problem is that this configuration file is generated automatically:

Code:
#ATTENTION!
#
#DO NOT MODIFY THIS FILE BECAUSE IT WAS GENERATED AUTOMATICALLY,
#SO ALL YOUR CHANGES WILL BE LOST THE NEXT TIME THE FILE IS GENERATED.

View 13 Replies View Related

Plesk 12.x / Linux :: SSL Certificate Removed From Domain After Each Update

Aug 26, 2014

Any domain using a SSL certificate is switched to the default certificate after each Plesk update?This is starting to get annoying and we are disabling automatic updates due to this error...

View 2 Replies View Related

Plesk 12.x / Linux :: Dovecot Won't Start - SSL Certificate Missing

Sep 24, 2014

I just upgraded from Plesk 11.x to 12.0.18 and was eager to try the new sieve functions. I used the normal Plesk Updates/Upgrades tool to change the imap server from Courier to Dovecot. However, Dovecot will not start. It gives an error about /etc/dovecot/private/ssl-cert-and-key.pem missing.

View 2 Replies View Related

Plesk 12.x / Linux :: Wildcard SSL Certificate On Subdomain - Connection Untrusted

Dec 16, 2014

I have a new Plesk 12 installation. I have configured a domain (example.com) with hosting that also requires wildcard subdomains.

To achieve this I had to create a vhost.conf file with...

ServerAlias *.example.com

This works and I can go to http://anything.example.com with no issue.

I purchased a wildcard SSL certificate for *.example.com and successfully installed it.

If I go to https://example.com it works perfectly and shows the correct certificate, however if I go to https://anything.example.com it tells me the connection is untrusted, when I view the certificate, it shows the Parallels Plesk self certified certificate and not my purchased certificate.

I created a vhost_ssl.conf with

ServerAlias *.example.com
ServerAlias *.example.com:443 #tried with and without this line

If I add an exception in the browser, then I am taken to the correct place, albeit with the incorrect certificate.

Of course I have executed httpdmng --reconfigure-domain example.com and also tried a full reboot.

In summary:

http://example.com - works

http://anything.example.com - works

https://example.com works with my certificate

https://anything.example.com has Parallels certificate but routes to correct page

View 5 Replies View Related

Plesk 11.x / Linux :: Https Redirect To Http After Installing SSL Certificate

May 15, 2014

After installing a RapidSSL certificate in a subdomain, https redirects automatically to http,

Plesk 11.5 with debian and last version openssl

Why https redirect to http when I setup the certificate?

View 1 Replies View Related

Plesk 12.x / Linux :: Certificate SSL For Email - Assign Dedicated IP For One Domain

Jul 9, 2014

I have little problem with Certificate SSL

Have Plesk 12 in Centos...all working fine...but I have assigned dedicated IP for one domain, have request certificate (as admin) for this domain, purchase certificate in Comodo and installed...this certificate working fine and SSL Checker is good...problem is in domain how have assigned this certificate in menu SSL not appear...

I have only Default Certificate (certificate Plesk self signed) and Not Selected...but name for real certificate CA not appear...in Admin IP Address have all ok...IP for this domain and certificate (name of certificate installed) and website.... With this problem is normal? How configure SSL for email?

View 19 Replies View Related

Plesk 12.x / Linux :: Unable To Add Certificate To Site - File Put Contents Failed

May 23, 2015

When i add the private key and certificate via plesk panel, i get the following error:

ERR [panel] Unable to set the certificate: Unable to put certificate file: Unable to arrange cert file: file_put_contents failed:

View 1 Replies View Related

Plesk 11.x / Linux :: RapidSSL Wildcard Install - Invalid Certificate Format

May 16, 2014

"Unable to set the certificate: Invalid certificate format." when i enter my key..

How can i fix this problem?

View 2 Replies View Related

Plesk 11.x / Linux :: Secure Connection To System When Posting Data - Install PEM Certificate

Nov 20, 2014

I've written a script to send property data to rightmove.co.uk as part of their new automated data feed. However they require a secure connection to their systems when posting the data. They have provided me with a .pem file which is a security certificate. I need to install this on my plesk server but where to start as most certificates require a private key and the actual certificate. The private key I have been provided is only an 8 charter string, like a password.

View 1 Replies View Related

ProFTPD 1.3.0a Server Append/Restart Not Permitted

Jun 8, 2008

I try to upload a big file between 300 and 500 MB by FTP to my dedicated server but connection is broken and when I try to do the resume it's not allowed how can I enable upload big files and resume files in ProFTPD 1.3.0a or am I missing something inthe conf file ?.

Here is the log: ..........

View 0 Replies View Related

Firefox And An Intermediate Cert

May 22, 2007

I had to reinstall a Verisign cert last week. After cleaning out a mess of old certs, keys and csr's I finally got the thing to install properly.

However, I get a "Website Certified by an Unknown Authority Error in Firefox".

Everything including the intermediate crt is installed correctly as far as I can tell and I get no error in any version of IE.

Here from the httpd.comf file:

Code:
<IfDefine SSL>
<VirtualHost IPADDRESS:443>
DocumentRoot /home/myuser/public_html
ServerName www.mysite.com
UserDir public_html

User myuser
Group mygroup
ScriptAlias /cgi-bin/ /home/myuser/public_html/cgi-bin/

SSLEnable
SSLCertificateFile /usr/share/ssl/certs/www.mysite.com.crt
SSLCertificateKeyFile /usr/share/ssl/private/www.mysite.com.key
SSLCACertificateFile /usr/share/ssl/certs/www.mysite.com.cabundle
SSLLogFile /usr/local/apache/domlogs/www.mysite.com-ssl_data_log
CustomLog /usr/local/apache/domlogs/www.mysite.com-ssl_log combined
SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown
</VirtualHost>
</IfDefine>

The key matches the cert, and the cabundle is directly from Verisign.

Has anyone had a similar problem with getting a Verisign or other intermediate cert to work properly? I've reissued the thing twice and so far nothing has changed. It's like the intermediate cert isn't being sent even though it is installed.

When viewing the cert in firefox the Certificate Hierarchy only shows my domain. In internet explorer is shows Verisign Class 3 Public Primary CA -> Verisign Class 3 Secure Server CA -> My domain.

View 1 Replies View Related

How To Find Out If SSL Certificate Is Installed On A Linux Server

Apr 20, 2009

How do I go about finding if a certificate is installed on a Linux machine?

View 1 Replies View Related

How To Renew SSL Certificate Under Plesk

Jun 30, 2007

I use Plesk 8 and one of my site's SSL certificate will expire at July 5. So I need to renew it now. The SSL certificate was ordered from Godaddy and I've already got two new cert files form Godaddy: my-domain.crt and gd_bundle.crt. What should I do now?

View 6 Replies View Related

Plesk 11.x / Windows :: Remove Old SSL Certificate?

Sep 11, 2012

I've installed a replacement for the SSL certificate that we use for shared SSL and Plesk access.

How do I get rid of the old one and get Plesk to use the new one for shared SSL and Plesk access?

When I try to delete it I get the message "Error: Unable to remove certificates: one or several certificates are assigned to the IP addresses/domains."

I've found a lot of old suggestions about removing it from the IP, but they don't seem to apply to Plesk 11 for Windows.

When I go to Home -> Tools & Settings -> IP Addresses -> [IP Address] , it shows the domain being used but there's no way to remove it.

View 5 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved