Im trying to use the nsone plugin but i get this error…
Could not choose appropriate plugin: The requested dns-nsone plugin does not appear to be installed
The requested dns-nsone plugin does not appear to be installed
How do I install the plugin?
Im trying to use the nsone plugin but i get this error…
Could not choose appropriate plugin: The requested dns-nsone plugin does not appear to be installed
The requested dns-nsone plugin does not appear to be installed
How do I install the plugin?
What client are we talking about here? Which operating system are we talking about here?
I’m running Debian 9x with certbot-auto
apt-get update
apt-get -f install
apt-get install wget -y
wget https://dl.eff.org/certbot-auto
chmod a+x ./certbot-auto
apt-get install -y certbot
./certbot-auto certonly --dns-nsone --dns-nsone-credentials nsone.ini --dns-nsone-propagation-seconds 60 -d mydomain.com
the error i get is
Could not choose appropriate plugin: The requested dns-nsone plugin does not appear to be installed
The requested dns-nsone plugin does not appear to be installed
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.