freebsd:certbot

Розбіжності

Тут показані розбіжності між вибраною ревізією та поточною версією сторінки.

Посилання на цей список змін

Порівняння попередніх версій Попередня ревізія
Наступна ревізія
Попередня ревізія
freebsd:certbot [15/01/2023 13:01] Methodfreebsd:certbot [12/04/2023 11:56] (поточний) Method
Рядок 31: Рядок 31:
     DirectoryIndex index.html     DirectoryIndex index.html
 </IfModule> </IfModule>
- 
- 
-#    ErrorLog "/var/log/stat.lc.lviv.ua-error_log" 
-#    CustomLog "/var/log/stat.lc.lviv.ua-access_log" common 
  
 </VirtualHost> </VirtualHost>
Рядок 72: Рядок 68:
 <code bash>certbot certificates | grep Certificate\ Name | awk '{ print $3 }'</code> <code bash>certbot certificates | grep Certificate\ Name | awk '{ print $3 }'</code>
  
 +===== 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://sh.rustup.rs -sSf | sh 
 +  make symlinks from $HOME/.cargo/bin to /usr/local/bin
 +
 +  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
 +  
 +  
  
  
  
  • freebsd/certbot.1673787662.txt.gz
  • Востаннє змінено: 15/01/2023 13:01
  • повз Method