The keylength option was renamed to key_type and values changed.
See 6d61014e51
Make it optional to let acme.sh to decide (currently ec256)
Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
The columns makes little sense and instead we can keep more space for domains.
The days is really advanced option that is better not to change and it's support may be removed for simplicity.
Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
In the commit acf40dc0d4 was removed the state_dir.
But translations were kept and they still have a value.
We should say to a user where the certs are stored now, and we can reuse the old translations.
They need to be fixed a little bit and already fixed for Russian, Ukrainian and Bulgarian languages.
See #6273
Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
Recent versions of "acme" report the following message on startup:
daemon.warn acme: Option "state_dir" is deprecated, please remove it.
Certificates now exist in /etc/ssl/acme
Solve this issue by removing the support for this deprecated option.
Fixes: #6273
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
If multiple certificates are added, then the page is a bit confusing with
all the informations. Therefore the GridSection view would be better
suited here.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>