rpi_nimbus

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revisionBoth sides next revision
rpi_nimbus [2019/07/18 20:17] – [Specification] Júne Parkrpi_nimbus [2019/08/01 09:56] – [Let's Encrypt] Júne Park
Line 43: Line 43:
 </code> </code>
  
-{{material>network_wifi?32&color=#6E633D}} {{fa>wifi}} Wireless (''wlan0'') & Wired (''eth0'') --- {{fa>wifi}} [[SECURED:HOME_NETWORK#dhcp_assigned_ip|Júne's home network]] {{fa>lock}}+{{material>network_wifi?32&color=#6E633D}} Wired (''eth0''), {{fa>wifi}} Wireless (''wlan0'') & Wired {{fa>usb?color=#000000}} (''eth1'' --- {{fa>wifi}} [[SECURED:HOME_NETWORK#dhcp_assigned_ip|Júne's home network]] {{fa>lock}}
  
 {{material>https?32&color=#C2A878}}  Web service and web resources including [[wp>WebDAV]] {{material>https?32&color=#C2A878}}  Web service and web resources including [[wp>WebDAV]]
Line 66: Line 66:
 ==== +Work logs ====  ==== +Work logs ==== 
  
-  * {{fa>certificate}} ''Renew SSL certificates'' (Let's Encrypt) done <sub>  --- Updated on //2019/05/23 01:57// </sub>+  * {{fa>certificate}} ''Renew SSL certificates'' (Let's Encrypt) done <sub>  --- Updated on //2019/08/01 18:48// </sub>
   * ''configure'' access.log and error.log separately  <sub> --- Updated on //2018/09/20 11:12//</sub>   * ''configure'' access.log and error.log separately  <sub> --- Updated on //2018/09/20 11:12//</sub>
   * {{fa>folder-open}} ''create'' server block for  [ ''dav.meson.in'' ]  <sub> --- Updated on //2018/08/14 15:35//</sub>    * {{fa>folder-open}} ''create'' server block for  [ ''dav.meson.in'' ]  <sub> --- Updated on //2018/08/14 15:35//</sub> 
Line 79: Line 79:
 <hidden> <hidden>
 ■ For archived history of SSL renewal  ■ For archived history of SSL renewal 
 +  * {{fa>certificate}} ''Renew SSL certificates'' (Let's Encrypt) done <sub>  --- Updated on //2019/05/23 01:57// </sub>
   * ''Renew SSL certificates'' (Let's Encrypt) done   <sub> --- Updated on //2019/03/13 20:08//</sub>   * ''Renew SSL certificates'' (Let's Encrypt) done   <sub> --- Updated on //2019/03/13 20:08//</sub>
   * ''Renew SSL certificates'' (Let's Encrypt) done   --- <sub>Updated on</sub> //2018/10/21 00:29//   * ''Renew SSL certificates'' (Let's Encrypt) done   --- <sub>Updated on</sub> //2018/10/21 00:29//
Line 155: Line 156:
  
 ---- ----
 +
 +==== Let's Encrypt via repository ==== 
 +
 +<code bash> 
 + sudo apt update 
 + sudo apt install certbot python-certbot-nginx 
 +</code> 
 +
 +command is same as ''certbot-auto'' by ''root'' privilege. 
 +
 +=== Create certificate(s) === 
 +
 +<code bash> 
 + certbot certonly --webroot -w /var/www/mydomain -d www.mydomain.com 
 +</code> 
 +
 +=== Renew certificate(s) === 
 +
 +<code bash> 
 + certbot renew
 +</code> 
 +
 +=== Delete certificate(s) === 
 +
 +<code bash>
 + certbot delete --cert-name delete.mydomain.com 
 +</code> 
 +
 +---- 
 ==== SSL Configuration on Nginx ====  ==== SSL Configuration on Nginx ==== 
  
  • rpi_nimbus
  • Last modified: 2024/05/11 15:37
  • by Júne Park