Trying to install CollabNet Subversion Client on Solaris x64, but I'm hung up with:
## Verifying signature for signer <Alexander Thomas(AT)>
pkgadd: ERROR: Signature verification failed while verifying certificate <subject=Alexander Thomas(AT), issuer=Alexander Thomas(AT)>:<self signed
certificate>.
Any way to just bypass the certificate check? None of the options listed in the man page seemed appropriate.
Try setting 'authentication=nocheck' in your admin file (/var/sadm/install/admin/default by default).
If this doesn't work, there does not appear to be a documented way to force a package installation without a trusted CA in the keystore.
Download the cert next to the download link, then run pkgadm addcert -ty certificate.pem it'll work, it's in the FAQ. Caught me too :)
Something else to keep in mind when installing CollabNet Subversion on Solaris: sudo is not installed by default. To make the installer work on my system, I had to hack the "bin/csvn" script as follows (replace sudo with 'su - root -c '<cmd>'