All SSL Certificates comes in .pem format However, to import it into server such as Windows Server you may convert it into 1 file (.pfx) so that customer can important all certificate with 1 file with the password we have created with the file Prepare the followings : 1. signed certificates (save as signed.cer or ..
Category : SSL Certificate
In admin > admin user > site administration > security > HTTP security > select Use HTTPS for logins in /public_html/moodle/config.php change http to https $CFG->wwwroot = ‘http://moodle.domain.my’; in .htaccess DirectoryIndex index.php RewriteEngine on RewriteCond %{HTTPS} !on RewriteRule (.*) https://%{HTTP_HOST}%{RE..
log in to the server as the root /scripts/install_lets_encrypt_autossl_provider go to WHM > Mana..
Login to Windows Server Export SSL Certificate to a Base-64 Encoded Certificate Connect to your Windows VPS/Server through Remote Desktop where you have installed SmarterMail. Click Start, select Run. Type MMC, hit enter. Open File >> Add\Remove Snap ins. From the list of available snap-ins, select Certificates and hit Add. A new window will appear, ..
First, login into the Windows Server and open IIS, click start. Then, generate the SSL certificate signing request CSR by selecting the Control Panel and click on the Administrative Tools. From the centre menu double-click Server Certificates in the Security section. Then, click on the “Create Certificate Request” on the right side of the menu. ..
Same goes to the previous articles on How To: Install SSL Certificate (cPanel) In the Directadmin, go to the domain that need to be install/renew with SSL. Then, to generate the CSR in DirectAdmin, fill in all the details and click generate. Choose “create a certificate request” Paste the generated CSR in GlobalSign website in ..
First, login into the WHM and look for the domain Click on cPanel button for the domain you need to install/renew SSL certificate and search for SSL/TLS. Choose the Certificate Signing Requests (CSR) and generate the SSL certificate signing requests. Fill in all the details and click generate to generate the request Paste the generated ..
A CSR or Certificate Signing request is a block of encoded text that is given to a Certificate Authority when applying for an SSL Certificate. … It also contains the public key that will be included in the certificate. A private key is usually created at the same time that you create the CSR, making ..
Sometimes, when cutomers use their gmail account to send out emails throught their website, e.g WordPress, they may encounter the error below: [cc]cURL error 60: SSL certificate problem: unable to get local issuer certificat[/cc] In order to fix it we need to download a CA cert file from https://curl.haxx.se/docs/caextract.html and include it in website’s php.ini ..
First, SSH to the server and check the directadmin.conf vi /usr/local/directadmin/conf/directadmin.conf Add the SNI line below: enable..