Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
C
certbot-dnspod
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
MyCard
certbot-dnspod
Commits
31cc460c
Commit
31cc460c
authored
Mar 19, 2018
by
tengattack
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix dnspod TTL limited error #1 & update doc for credentials.ini #2
parent
12b0e070
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
README.rst
README.rst
+3
-3
certbot_dns_dnspod/dns_dnspod.py
certbot_dns_dnspod/dns_dnspod.py
+1
-1
No files found.
README.rst
View file @
31cc460c
...
@@ -16,7 +16,7 @@ Install
...
@@ -16,7 +16,7 @@ Install
git clone https://github.com/tengattack/certbot-dns-dnspod
git clone https://github.com/tengattack/certbot-dns-dnspod
cd certbot-dns-dnspod
cd certbot-dns-dnspod
sudo python setup install
sudo python setup
.py
install
Credentials File
Credentials File
...
@@ -24,8 +24,8 @@ Credentials File
...
@@ -24,8 +24,8 @@ Credentials File
.. code-block:: ini
.. code-block:: ini
certbot_dns_dnspod:dns_dnspod_api_id
:
12345
certbot_dns_dnspod:dns_dnspod_api_id
=
12345
certbot_dns_dnspod:dns_dnspod_api_token
:
1234567890abcdef1234567890abcdef
certbot_dns_dnspod:dns_dnspod_api_token
=
1234567890abcdef1234567890abcdef
.. code-block:: bash
.. code-block:: bash
...
...
certbot_dns_dnspod/dns_dnspod.py
View file @
31cc460c
...
@@ -24,7 +24,7 @@ class Authenticator(dns_common.DNSAuthenticator):
...
@@ -24,7 +24,7 @@ class Authenticator(dns_common.DNSAuthenticator):
"""
"""
description
=
'Obtain certificates using a DNS TXT record (if you are using DNSPod for DNS).'
description
=
'Obtain certificates using a DNS TXT record (if you are using DNSPod for DNS).'
ttl
=
60
ttl
=
60
0
def
__init__
(
self
,
*
args
,
**
kwargs
):
def
__init__
(
self
,
*
args
,
**
kwargs
):
super
(
Authenticator
,
self
)
.
__init__
(
*
args
,
**
kwargs
)
super
(
Authenticator
,
self
)
.
__init__
(
*
args
,
**
kwargs
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment