Handling DNSSEC through CLI
Make it possible to sign DNSSEC through CLI commands instead of only through the DNSSEC Extension in the Plesk GUI.
This functionality was added in Plesk DNSSEC 1.5.1. We suggest you update the Plesk DNSSEC extension and check it out.
Feel free to share your feedback at https://talk.plesk.com
— AY
-
Harry Brook commented
Sign a domain with default settings: plesk ext dnssec sign --domain-name example.com
View DNSSEC info: plesk ext dnssec info --domain-name example.com
Unsign domain: plesk ext dnssec unsign --domain-name example.com
https://sobyaskincare.com/skin-care-milton/ -
Alexander Yamshanov commented
Example:
To sign a domain with default settings:
`plesk ext dnssec sign --domain-name example.com`To get information about options (e.g. for 'sign'):
`plesk ext dnssec --help sign`To view DNSSEC information for a domain:
`plesk ext dnssec info --domain-name example.com`To unsign a domain:
`plesk ext dnssec unsign --domain-name example.com` -
Kaspar commented
Being able to manage DNSSEC via CLI and API would be a great addition to Plesk. Helping administrators to automate the process.
-
Max Korzhanoff commented
DNSSEC without ability to automate it have little usefulness for large deployments.
-
Lex commented
This is a very important feature to completely integrate with hostingpanels
-
Patrick Jore commented
Would it be possible to sign a domains DNSSEC through the API and export the public key?
This would be nice to have in combination with a domainregistar outside of Plesk.