howto:desktop:flexibee
Rozdíly
Zde můžete vidět rozdíly mezi vybranou verzí a aktuální verzí dané stránky.
howto:desktop:flexibee [2023/05/10 20:52] – vytvořeno gandalf | howto:desktop:flexibee [2024/10/30 16:31] (aktuální) – gandalf | ||
---|---|---|---|
Řádek 6: | Řádek 6: | ||
* openjdk-8-jre-headless_8u322-b06-1~deb9u1_amd64.deb | * openjdk-8-jre-headless_8u322-b06-1~deb9u1_amd64.deb | ||
* openjdk-8-jre_8u322-b06-1~deb9u1_amd64.deb | * openjdk-8-jre_8u322-b06-1~deb9u1_amd64.deb | ||
+ | |||
+ | |||
+ | ===== Přechod na Java 11 (od podzimu 2024) ===== | ||
+ | |||
+ | |||
+ | |||
+ | ===== Výměna certifikátu LE ===== | ||
+ | |||
+ | Následující skript pouštím jako renew hook | ||
+ | |||
+ | < | ||
+ | #!/bin/bash | ||
+ | #set this to name of your certificate, | ||
+ | certificate_name=" | ||
+ | |||
+ | # convert key to PKCS#1 format | ||
+ | openssl rsa -in / | ||
+ | ### download DST Root CA ISRG X1 | ||
+ | curl https:// | ||
+ | # combine all the certificates into final le-flexibee.pem | ||
+ | cat / | ||
+ | |||
+ | #now we have Let's Encrypt certificate suitable for FlexiBee, we can upload this certificate to server | ||
+ | curl -X PUT -n --netrc-file / | ||
+ | sleep 5 | ||
+ | service apache2 restart | ||
+ | service flexibee restart | ||
+ | </ | ||
+ | |||
+ | obsah souboru netrc: | ||
+ | |||
+ | < | ||
+ | machine localhost | ||
+ | login admin | ||
+ | password < | ||
+ | </ | ||
+ | |||
+ | - Občas je potřeba překontrolovat, | ||
+ | - netrc soubor je potřeba použít v případě, že máme hoddně složité heslo, které obsahuje i speciální znaky | ||
+ | |||
+ | |||
howto/desktop/flexibee.1683744751.txt.gz · Poslední úprava: 2023/05/10 20:52 autor: gandalf