Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
blocks:server:nginx:digital_ocean_dns01_challenge [2025-09-17 06:09] – ↷ Page name changed from blocks:server:nginx:dns01_challange to blocks:server:nginx:digital_ocean_dns01_challenge mattiasblocks:server:nginx:digital_ocean_dns01_challenge [2026-05-18 08:16] (current) – [Setup the certbot] mattias
Line 42: Line 42:
 </code> </code>
  
 +=== Install Digital Ocean Plugin ===
 +  * Add the certbot in the path
  
 +<code>
 +    sudo ln -s /snap/bin/certbot /usr/bin/certbot
 +
 +</code>