Skip to content

Commit

Permalink
dnssec_key: Add names for ED curves to algorith()
Browse files Browse the repository at this point in the history
  • Loading branch information
sboyd-m committed Oct 20, 2024
1 parent 2f54151 commit 94af6a9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/puppet/provider/dnssec_key/dnssec_key.rb
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ def algorithm(num)
:ECDSAP256SHA256
when 14
:ECDSAP384SHA384
when 15
:ED25519
when 16
:ED448
when 157
:HMAC_MD5
when 161
Expand Down

0 comments on commit 94af6a9

Please sign in to comment.