Diese Anleitung beschreibt die vollständige Einrichtung von Proton Drive unter Ubuntu 24.04 mit automatischem Mount beim Systemstart.
- Ubuntu 24.04
- Proton Unlimited Account
- 2FA-Code bereit (falls aktiviert)
Thanks to fabianlee.org Git: client error, server certificate verification failed
# Fetch certificate
openssl s_client -showcerts -servername git.mycompany.com -connect git.mycompany.com:443 </dev/null 2>/dev/null | sed -n -e '/BEGIN\ CERTIFICATE/,/END\ CERTIFICATE/ p' > git-mycompany-com.pem
# Add certificate to local certificate list