Browse Source

updated readme

develop
Robin Thoni 6 years ago
parent
commit
00b2d174a0
1 changed files with 21 additions and 0 deletions
  1. 21
    0
      README.md

+ 21
- 0
README.md View File

@@ -61,3 +61,24 @@ Usage
61 61
 Use certbot as usual but specify `--authenticator certbot-pdns:auth`:
62 62
 
63 63
 `certbot --agree-tos --text --renew-by-default --authenticator certbot-pdns:auth certonly -d example.com -d www.example.com`
64
+
65
+
66
+Development
67
+-----------
68
+
69
+```
70
+#Activate venv
71
+. venv/bin/activate
72
+python2 build
73
+pip2 uninstall certbot-pdns
74
+python2 install
75
+certbot --config-dir /tmp --work-dir /tmp --agree-tos --text --renew-by-default --authenticator certbot-pdns:auth certonly --certbot-pdns:auth-certbot-pdns-config certbot-pdns-rt.json -d test.rthoni.com
76
+```
77
+
78
+Release
79
+-------
80
+
81
+```
82
+./setup.py build
83
+./setup.py sdist upload
84
+```

Loading…
Cancel
Save