Skip to content

Commit 85ccf44

Browse files
authored
Merge pull request #112 from Marchowes/ellipticCurve
We accept Elliptic Curve, so lets add that to the documentation.
2 parents 533c965 + fd26caa commit 85ccf44

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

dyn/tm/services/dnssec.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,10 @@ def __init__(self, key_type, algorithm, bits, start_ts=None, lifetime=None,
3030
"""Create a :class:`DNSSECKey` object
3131
3232
:param key_type: The type of this key. (KSK or ZSK)
33-
:param algorithm: One of (RSA/SHA-1, RSA/SHA-256, RSA/SHA-512, DSA)
34-
:param bits: length of the key. Valid values: 1024, 2048, or 4096
33+
:param algorithm: One of (RSA/SHA-1, RSA/SHA-256, RSA/SHA-512, DSA,
34+
ECDSAP256SHA256, ECDSAP384SHA384)
35+
:param bits: length of the key. Valid values: 256, 384, 1024, 2048,
36+
or 4096
3537
:param start_ts: An epoch time when key is to be valid
3638
:param lifetime: Lifetime of the key expressed in seconds
3739
:param overlap: Time before key expiration when a replacement key is

0 commit comments

Comments
 (0)