<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://wiki.apoyar.eu/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=152.57.20.93</id>
	<title>Apoyar Wiki - User contributions [en-gb]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.apoyar.eu/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=152.57.20.93"/>
	<link rel="alternate" type="text/html" href="https://wiki.apoyar.eu/index.php?title=Special:Contributions/152.57.20.93"/>
	<updated>2026-07-21T10:46:31Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.41.0</generator>
	<entry>
		<id>https://wiki.apoyar.eu/index.php?title=SSL_Certification_for_Websites&amp;diff=139</id>
		<title>SSL Certification for Websites</title>
		<link rel="alternate" type="text/html" href="https://wiki.apoyar.eu/index.php?title=SSL_Certification_for_Websites&amp;diff=139"/>
		<updated>2021-01-05T03:23:00Z</updated>

		<summary type="html">&lt;p&gt;152.57.20.93: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;quot;SSL Certification for Websites&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
We have to follow this SSL certification for only “apoyar.eu” domain all sites&lt;br /&gt;
&lt;br /&gt;
We have to install the certbot with following command only&lt;br /&gt;
&lt;br /&gt;
•	certbot certonly –nginx&lt;br /&gt;
&lt;br /&gt;
•	For all websites we are securing should have only TLS 1.2 and 1.3&lt;br /&gt;
&lt;br /&gt;
•	We don’t have to use SSL and TLS 1.0 , 1.1 &lt;br /&gt;
&lt;br /&gt;
To know, nginx version and certification details we have, go to below path&lt;br /&gt;
&lt;br /&gt;
•	cd /etc/nginx&lt;br /&gt;
&lt;br /&gt;
and, run below command&lt;br /&gt;
&lt;br /&gt;
•	nginx –V&lt;br /&gt;
&lt;br /&gt;
To know what websites are running on server, go to below path&lt;br /&gt;
&lt;br /&gt;
•	cd /etc/nginx/sites-enabled/&lt;br /&gt;
&lt;br /&gt;
and run below command&lt;br /&gt;
&lt;br /&gt;
•	grep -rnw &#039;/etc/nginx/sites-available/&#039; -e &#039;server_name&#039;&lt;br /&gt;
&lt;br /&gt;
For every SSL certification configuration, we have to follow below two redirection&lt;br /&gt;
&lt;br /&gt;
•	www --&amp;gt; non-www&lt;br /&gt;
&lt;br /&gt;
•	http --&amp;gt; https&lt;br /&gt;
&lt;br /&gt;
for ex.&lt;br /&gt;
www.apoyar.eu  http://www.apoyar.eu  https://www.apoyar.eu  https://apoyar.eu &lt;br /&gt;
&lt;br /&gt;
How to create DNS CAA record &lt;br /&gt;
&lt;br /&gt;
•	Go to go daddy&lt;br /&gt;
&lt;br /&gt;
•	Manage DNS&lt;br /&gt;
&lt;br /&gt;
•	Select domain and click on add&lt;br /&gt;
&lt;br /&gt;
•	Enter the details as per below &lt;br /&gt;
&lt;br /&gt;
Name - @&lt;br /&gt;
&lt;br /&gt;
Flags - 0&lt;br /&gt;
&lt;br /&gt;
Tag – issue&lt;br /&gt;
&lt;br /&gt;
Value – godaddy.com&lt;br /&gt;
&lt;br /&gt;
If we have generated certificate from letsencrypt we can add CAA record for that with only changing value field with&lt;br /&gt;
&lt;br /&gt;
Name - @&lt;br /&gt;
&lt;br /&gt;
Flags – 0&lt;br /&gt;
&lt;br /&gt;
Tag – issue&lt;br /&gt;
&lt;br /&gt;
Value – letsencrypt.org&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Note – &lt;br /&gt;
&lt;br /&gt;
To check websites Security level and Certification details, Go to https://www.ssllabs.com/ssltest/ and enter website name (ex. apoyar.eu) and click submit, it will give you a summary of all security and certificates. &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
To determine which Certification authority (first column) has which DNS CAA string (second column) go to below link https://www.entrust.com/knowledgebase/ssl/certification-authority-authorization-caa-record-ca-values&lt;/div&gt;</summary>
		<author><name>152.57.20.93</name></author>
	</entry>
	<entry>
		<id>https://wiki.apoyar.eu/index.php?title=SSL_Certification_for_Websites&amp;diff=138</id>
		<title>SSL Certification for Websites</title>
		<link rel="alternate" type="text/html" href="https://wiki.apoyar.eu/index.php?title=SSL_Certification_for_Websites&amp;diff=138"/>
		<updated>2021-01-05T03:22:38Z</updated>

		<summary type="html">&lt;p&gt;152.57.20.93: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;SSL Certification for Websites&lt;br /&gt;
..............................&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
We have to follow this SSL certification for only “apoyar.eu” domain all sites&lt;br /&gt;
&lt;br /&gt;
We have to install the certbot with following command only&lt;br /&gt;
&lt;br /&gt;
•	certbot certonly –nginx&lt;br /&gt;
&lt;br /&gt;
•	For all websites we are securing should have only TLS 1.2 and 1.3&lt;br /&gt;
&lt;br /&gt;
•	We don’t have to use SSL and TLS 1.0 , 1.1 &lt;br /&gt;
&lt;br /&gt;
To know, nginx version and certification details we have, go to below path&lt;br /&gt;
&lt;br /&gt;
•	cd /etc/nginx&lt;br /&gt;
&lt;br /&gt;
and, run below command&lt;br /&gt;
&lt;br /&gt;
•	nginx –V&lt;br /&gt;
&lt;br /&gt;
To know what websites are running on server, go to below path&lt;br /&gt;
&lt;br /&gt;
•	cd /etc/nginx/sites-enabled/&lt;br /&gt;
&lt;br /&gt;
and run below command&lt;br /&gt;
&lt;br /&gt;
•	grep -rnw &#039;/etc/nginx/sites-available/&#039; -e &#039;server_name&#039;&lt;br /&gt;
&lt;br /&gt;
For every SSL certification configuration, we have to follow below two redirection&lt;br /&gt;
&lt;br /&gt;
•	www --&amp;gt; non-www&lt;br /&gt;
&lt;br /&gt;
•	http --&amp;gt; https&lt;br /&gt;
&lt;br /&gt;
for ex.&lt;br /&gt;
www.apoyar.eu  http://www.apoyar.eu  https://www.apoyar.eu  https://apoyar.eu &lt;br /&gt;
&lt;br /&gt;
How to create DNS CAA record &lt;br /&gt;
&lt;br /&gt;
•	Go to go daddy&lt;br /&gt;
&lt;br /&gt;
•	Manage DNS&lt;br /&gt;
&lt;br /&gt;
•	Select domain and click on add&lt;br /&gt;
&lt;br /&gt;
•	Enter the details as per below &lt;br /&gt;
&lt;br /&gt;
Name - @&lt;br /&gt;
&lt;br /&gt;
Flags - 0&lt;br /&gt;
&lt;br /&gt;
Tag – issue&lt;br /&gt;
&lt;br /&gt;
Value – godaddy.com&lt;br /&gt;
&lt;br /&gt;
If we have generated certificate from letsencrypt we can add CAA record for that with only changing value field with&lt;br /&gt;
&lt;br /&gt;
Name - @&lt;br /&gt;
&lt;br /&gt;
Flags – 0&lt;br /&gt;
&lt;br /&gt;
Tag – issue&lt;br /&gt;
&lt;br /&gt;
Value – letsencrypt.org&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Note – &lt;br /&gt;
&lt;br /&gt;
To check websites Security level and Certification details, Go to https://www.ssllabs.com/ssltest/ and enter website name (ex. apoyar.eu) and click submit, it will give you a summary of all security and certificates. &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
To determine which Certification authority (first column) has which DNS CAA string (second column) go to below link https://www.entrust.com/knowledgebase/ssl/certification-authority-authorization-caa-record-ca-values&lt;/div&gt;</summary>
		<author><name>152.57.20.93</name></author>
	</entry>
	<entry>
		<id>https://wiki.apoyar.eu/index.php?title=SSL_Certification_for_Websites&amp;diff=137</id>
		<title>SSL Certification for Websites</title>
		<link rel="alternate" type="text/html" href="https://wiki.apoyar.eu/index.php?title=SSL_Certification_for_Websites&amp;diff=137"/>
		<updated>2021-01-05T03:21:45Z</updated>

		<summary type="html">&lt;p&gt;152.57.20.93: Created page with &amp;quot;SSL Certification for Websites  We have to follow this SSL certification for only “apoyar.eu” domain all sites  We have to install the certbot with following command only...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;SSL Certification for Websites&lt;br /&gt;
&lt;br /&gt;
We have to follow this SSL certification for only “apoyar.eu” domain all sites&lt;br /&gt;
&lt;br /&gt;
We have to install the certbot with following command only&lt;br /&gt;
&lt;br /&gt;
•	certbot certonly –nginx&lt;br /&gt;
&lt;br /&gt;
•	For all websites we are securing should have only TLS 1.2 and 1.3&lt;br /&gt;
&lt;br /&gt;
•	We don’t have to use SSL and TLS 1.0 , 1.1 &lt;br /&gt;
&lt;br /&gt;
To know, nginx version and certification details we have, go to below path&lt;br /&gt;
&lt;br /&gt;
•	cd /etc/nginx&lt;br /&gt;
&lt;br /&gt;
and, run below command&lt;br /&gt;
&lt;br /&gt;
•	nginx –V&lt;br /&gt;
&lt;br /&gt;
To know what websites are running on server, go to below path&lt;br /&gt;
&lt;br /&gt;
•	cd /etc/nginx/sites-enabled/&lt;br /&gt;
&lt;br /&gt;
and run below command&lt;br /&gt;
&lt;br /&gt;
•	grep -rnw &#039;/etc/nginx/sites-available/&#039; -e &#039;server_name&#039;&lt;br /&gt;
&lt;br /&gt;
For every SSL certification configuration, we have to follow below two redirection&lt;br /&gt;
&lt;br /&gt;
•	www --&amp;gt; non-www&lt;br /&gt;
&lt;br /&gt;
•	http --&amp;gt; https&lt;br /&gt;
&lt;br /&gt;
for ex.&lt;br /&gt;
www.apoyar.eu  http://www.apoyar.eu  https://www.apoyar.eu  https://apoyar.eu &lt;br /&gt;
&lt;br /&gt;
How to create DNS CAA record &lt;br /&gt;
&lt;br /&gt;
•	Go to go daddy&lt;br /&gt;
&lt;br /&gt;
•	Manage DNS&lt;br /&gt;
&lt;br /&gt;
•	Select domain and click on add&lt;br /&gt;
&lt;br /&gt;
•	Enter the details as per below &lt;br /&gt;
&lt;br /&gt;
Name - @&lt;br /&gt;
&lt;br /&gt;
Flags - 0&lt;br /&gt;
&lt;br /&gt;
Tag – issue&lt;br /&gt;
&lt;br /&gt;
Value – godaddy.com&lt;br /&gt;
&lt;br /&gt;
If we have generated certificate from letsencrypt we can add CAA record for that with only changing value field with&lt;br /&gt;
&lt;br /&gt;
Name - @&lt;br /&gt;
&lt;br /&gt;
Flags – 0&lt;br /&gt;
&lt;br /&gt;
Tag – issue&lt;br /&gt;
&lt;br /&gt;
Value – letsencrypt.org&lt;br /&gt;
&lt;br /&gt;
Note – &lt;br /&gt;
&lt;br /&gt;
To check websites Security level and Certification details, Go to https://www.ssllabs.com/ssltest/ and enter website name (ex. apoyar.eu) and click submit, it will give you a summary of all security and certificates. &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
To determine which Certification authority (first column) has which DNS CAA string (second column) go to below link https://www.entrust.com/knowledgebase/ssl/certification-authority-authorization-caa-record-ca-values&lt;/div&gt;</summary>
		<author><name>152.57.20.93</name></author>
	</entry>
	<entry>
		<id>https://wiki.apoyar.eu/index.php?title=Main_Page&amp;diff=136</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.apoyar.eu/index.php?title=Main_Page&amp;diff=136"/>
		<updated>2021-01-05T03:20:19Z</updated>

		<summary type="html">&lt;p&gt;152.57.20.93: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;strong&amp;gt;Apoyar Wiki main page.&amp;lt;/strong&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [[Infrastructure|Apoyar Infrastructure]]&lt;br /&gt;
* [[Complete step-by-step guides]]&lt;br /&gt;
* [[Developer guides]]&lt;br /&gt;
* [[Tips &amp;amp; Tricks]]&lt;br /&gt;
* [[Miscellaneous Information]]&lt;br /&gt;
* [[Installing Updates on Hyper V servers]]&lt;br /&gt;
* [[Connecting RDP servers, if license expired and extending grace period via regedit]]&lt;br /&gt;
* [[Website Hosting &amp;amp; SSL certificate installation]]&lt;br /&gt;
* [[Email Configuration and Issues (Windows)]]&lt;br /&gt;
* [[SSL Certification for Websites]]&lt;/div&gt;</summary>
		<author><name>152.57.20.93</name></author>
	</entry>
</feed>