<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://wiki.apoyar.eu/index.php?action=history&amp;feed=atom&amp;title=SSL_Certification_Installation_on_Linux</id>
	<title>SSL Certification Installation on Linux - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.apoyar.eu/index.php?action=history&amp;feed=atom&amp;title=SSL_Certification_Installation_on_Linux"/>
	<link rel="alternate" type="text/html" href="https://wiki.apoyar.eu/index.php?title=SSL_Certification_Installation_on_Linux&amp;action=history"/>
	<updated>2026-07-20T13:59:23Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.0</generator>
	<entry>
		<id>https://wiki.apoyar.eu/index.php?title=SSL_Certification_Installation_on_Linux&amp;diff=223&amp;oldid=prev</id>
		<title>223.187.6.101: Created page with &quot;                                                           SSL Installation On linux SSL Installation has to be done on every website for security of the website.First we shou...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.apoyar.eu/index.php?title=SSL_Certification_Installation_on_Linux&amp;diff=223&amp;oldid=prev"/>
		<updated>2021-12-01T07:03:46Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;                                                           SSL Installation On linux SSL Installation has to be done on every website for security of the website.First we shou...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;                                                           SSL Installation On linux&lt;br /&gt;
SSL Installation has to be done on every website for security of the website.First we should login into server and then go to  cd /etc/nginx/sites-available under this path we will host an website suppose there is an demowebsite.conf file. We should open that file in this file beside the server name there will be website name eg-demolinux.devopstraining.com.Now the website shows it was not secure because the https is not Enabled so we have to secure the website .&lt;br /&gt;
There will be one website certbot.eff.org in this webite we have to give webservice name and also operating system and we should run the below commands to install the packages.&lt;br /&gt;
For the first time SSL Installation we need to install packages.&lt;br /&gt;
Sudo snap install core; sudo snap refresh core&lt;br /&gt;
Sudo snap install  --classic certbot&lt;br /&gt;
Now we have to create the soft links by using below commands&lt;br /&gt;
Sudo ln –s /snap/bin/certbot/ /usr/bin/certbot&lt;br /&gt;
Sudo certbot –Nginx.&lt;br /&gt;
If we use the above command automatically it will create the package and configure and redirects.If we use this command Sometimes it might Misconfigures.&lt;br /&gt;
After that commands it asks for Email-id so that for every 90 days it will send us notifications to Renewal the certificate.&lt;br /&gt;
It also shows the all domains configure in the particular server.So that time we should give the number of particular domain we want to Renewal SSL Certificate.&lt;br /&gt;
If still is not responding means sometimes it may due to not enabling HTTPS(443) Port so that in security group we should have to edit inbound Rules and we have to configure the port and then the website will Respond.&lt;br /&gt;
At the top we can see the security icon we can click on that and we can see the details of certificate and how much days it will be valid.&lt;br /&gt;
Now only for Renewal we should use the below command.It only generates the certificate.&lt;br /&gt;
Sudo certbot certonly –nginx&lt;br /&gt;
After giving the above command we should have to Enable Renew &amp;amp; Replace the certificate.Then it will provide two commands &lt;br /&gt;
/etc/letsencrypt/live/demolinux.devopstraining.xyz/fullchain.pem&lt;br /&gt;
/e tc/letsencrypt/live/demolinux.devopstraining.xyz/privkey.pem&lt;br /&gt;
Now we should copy above two commands and we should go to /etc/nginx/sites-available/vim .conf and in this file we should replace the two commands and then we should reload the Nginx and then the new renewal will be extended.&lt;/div&gt;</summary>
		<author><name>223.187.6.101</name></author>
	</entry>
</feed>