post_install() {
    post_upgrade
}

post_upgrade() {
    cert-sync /etc/ssl/certs/ca-certificates.crt
    yes | certmgr -ssl -m https://go.microsoft.com
    yes | certmgr -ssl -m https://nugetgallery.blob.core.windows.net
    yes | certmgr -ssl -m https://nuget.org
}
