$ vi ~/.bashrc
export LS_OPTIONS='--color=auto'eval"$(dircolors -b)"
alias ls='ls $LS_OPTIONS'If you want to apply the changes in a running bash session, run:
source ~/.bashrc
How to Renew Let’s Encrypt SSL Certificate on Plesk via Ubuntu Shell
Let’s Encrypt will only accept a wildcard via DNS challenge.
If your Plesk instance can’t create the _acme-challenge.example.com TXT (external DNS), the extension can’t complete validation and will show no success.
Neuen Kommentar schreiben