How i can renew certs with --manual?
Executing
certbot renew --dry-run --manual
gives me the following error:
2016-07-11 11:45:03,486:WARNING:certbot.renewal:Attempting to renew cert from /etc/letsencrypt/renewal/vm31.atlas.es.conf produced an unexpected error: The manual plugin is not working; there may be problems with your existing configuration.
The error was: PluginError('Running manual mode non-interactively is not supported',). Skipping.
So I understand that if I had generated a cert manually, then I can't renew it manually in any way.
