Plesk Obsidian (18.0.54) with Docker extension (1.6.1-265). Vaultwarden Server (vaultwarden/server
) image:
Tag: Howto
-
Self-hosted Bitwarden
-
Renew SSL certificate in Plesk with IONOS
Log in to IONOS – you need three files:
- private key (
.key
) - certificate (
.cer
) - intermediate certificate (
_INTERMEDIATE.cer
)
If you don’t have the private key, Revoke Old Certificate, then Reissue Certificate – on Firefox this is a bit weird but it’ll download the key file but until you open it won’t complete the reissue.
In Plesk go to Websites & Domains > SSL/TLS Certificates > Advanced Settings > Add SSL/TLS Certificate.
Enter a certificate name:
Scroll to “Upload the certificate files”:
Browse each file (it doesn’t matter that they’re
cer
rather thancrt
), use_INTERMEDIATE.cer
for the CA certificate, then click Upload Certificate.
- private key (
-
Static sites with Jekyll in Ubuntu
Setup Ruby
Remove the default Ubuntu install, otherwise you’ll get an error
(more…)You don't have write permissions for the /var/lib/gems/3.x.x Directory
and configure Ruby to install gems to a folder in your home.