zenhack / simp_le

Simple Let's Encrypt client
GNU General Public License v3.0
223 stars 38 forks source link

"Selected IO plugins do not cover the following components: account_reg." #132

Closed grahamc closed 4 years ago

grahamc commented 4 years ago

This was a tough error to search around for, but turned out it was documented in the release notes. Anyway, just for future issue tracker searchers. When this happens, you need to take the command like:

simp_le '-v' [...] '-f' 'fullchain.pem' '-f' 'full.pem' \
  '-f' 'key.pem' '-f' 'account_key.json'

and add an '-f' 'account_reg.json'.

I hope this isn't considered spammy.