Розбіжності
Тут показані розбіжності між вибраною ревізією та поточною версією сторінки.
Наступна ревізія | Попередня ревізія | ||
freebsd:certbot [05/03/2022 11:10] – створено Method | freebsd:certbot [12/04/2023 11:56] (поточний) – Method | ||
---|---|---|---|
Рядок 7: | Рядок 7: | ||
<code bash> | <code bash> | ||
- | pkg install -y py38-certbot | + | pkg install -y py39-certbot |
</ | </ | ||
<code bash> | <code bash> | ||
Рядок 31: | Рядок 31: | ||
DirectoryIndex index.html | DirectoryIndex index.html | ||
</ | </ | ||
- | |||
- | |||
- | # ErrorLog "/ | ||
- | # CustomLog "/ | ||
</ | </ | ||
Рядок 72: | Рядок 68: | ||
<code bash> | <code bash> | ||
+ | ===== fix ===== | ||
+ | |||
+ | if error with shared library | ||
+ | freebsd-version -uk | ||
+ | | ||
+ | freebsd-upgrade fetch | ||
+ | |||
+ | freebsd-upgrade install | ||
+ | |||
+ | shutdown -r now | ||
+ | freebsd-upgrade install | ||
+ | |||
+ | if error in python | ||
+ | curl https:// | ||
+ | make symlinks from $HOME/ | ||
+ | |||
+ | or export CRYPTOGRAPHY_DONT_BUILD_RUST=1 | ||
+ | |||
+ | pip install --upgrade cryptography | ||
+ | pip install --upgrade pyOpenSSL > 22.1 | ||
+ | |||
+ | pip install --upgrade pip pyOpenSSL cryptography | ||
+ | |||
+ | certbot certificates | ||
+ | | ||
+ | | ||