Handling DNSSEC through CLI
Make it possible to sign DNSSEC through CLI commands instead of only through the DNSSEC Extension in the Plesk GUI.
![](https://secure.gravatar.com/avatar/db2b949e12ad086238dfc104ce368980?size=40&default=https%3A%2F%2Fassets.uvcdn.com%2Fpkg%2Fadmin%2Ficons%2Fuser_70-6bcf9e08938533adb9bac95c3e487cb2a6d4a32f890ca6fdc82e3072e0ea0368.png)
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.