ソースを参照

fix(docs): update certbot-hook links

Peter Thomassen 4 年 前
コミット
9f82049e65
2 ファイル変更5 行追加5 行削除
  1. 1 1
      README.md
  2. 4 4
      docs/dyndns/lets-encrypt.rst

+ 1 - 1
README.md

@@ -183,7 +183,7 @@ While there are certainly many ways to get started hacking desec-stack, here is
 
 
        mkdir -p ~/bin
        mkdir -p ~/bin
        cd ~/bin
        cd ~/bin
-       curl https://raw.githubusercontent.com/desec-utils/certbot-hook/master/hook.sh > desec_certbot_hook.sh
+       curl https://raw.githubusercontent.com/desec-io/desec-certbot-hook/master/hook.sh > desec_certbot_hook.sh
        touch .dedynauth; chmod 600 .dedynauth
        touch .dedynauth; chmod 600 .dedynauth
        echo DEDYN_TOKEN=${TOKEN} >> .dedynauth
        echo DEDYN_TOKEN=${TOKEN} >> .dedynauth
        echo DEDYN_NAME=${DOMAIN} >> .dedynauth
        echo DEDYN_NAME=${DOMAIN} >> .dedynauth

+ 4 - 4
docs/dyndns/lets-encrypt.rst

@@ -24,8 +24,8 @@ steps.
    the owner/permissions of the file (``chown``/``chmod``), so that it is only
    the owner/permissions of the file (``chown``/``chmod``), so that it is only
    readable by your certbot user (usually ``root``). ::
    readable by your certbot user (usually ``root``). ::
 
 
-     wget https://raw.githubusercontent.com/desec-io/certbot-hook/master/hook.sh
-     wget https://raw.githubusercontent.com/desec-io/certbot-hook/master/.dedynauth
+     wget https://raw.githubusercontent.com/desec-io/desec-certbot-hook/master/hook.sh
+     wget https://raw.githubusercontent.com/desec-io/desec-certbot-hook/master/.dedynauth
 
 
 #. **Get a token.** You need to configure an API token so that certbot can use
 #. **Get a token.** You need to configure an API token so that certbot can use
    it to authenticate its requests towards the deSEC API. The easiest way to
    it to authenticate its requests towards the deSEC API. The easiest way to
@@ -66,8 +66,8 @@ steps.
    ``-d "YOURDOMAINNAME.dedyn.io" -d "www.YOURDOMAINNAME.dedyn.io"``.
    ``-d "YOURDOMAINNAME.dedyn.io" -d "www.YOURDOMAINNAME.dedyn.io"``.
 
 
    If you would like to help improve this hook script, please check out our
    If you would like to help improve this hook script, please check out our
-   open issues at `<https://github.com/desec-utils/certbot-hook/issues>`_. We'd
-   highly appreciate your help!
+   open issues at `<https://github.com/desec-io/desec-certbot-hook/issues>`_.
+   We'd highly appreciate your help!
 
 
 
 
 Other ACME clients
 Other ACME clients