October 12, 2023 | Reading Time: 4 minutes
keytool -import -trustcacerts -alias r2r_root -file r2r-root.crt -keystore $JAVA_HOME/lib/security/cacerts
Most R2R teams host a captive portal. Navigate to http://r2r-ca.internal or https://proxy.r2r.company.com (using HTTP, not HTTPS, to avoid the chicken-and-egg certificate error).
October 12, 2023 | Reading Time: 4 minutes
keytool -import -trustcacerts -alias r2r_root -file r2r-root.crt -keystore $JAVA_HOME/lib/security/cacerts
Most R2R teams host a captive portal. Navigate to http://r2r-ca.internal or https://proxy.r2r.company.com (using HTTP, not HTTPS, to avoid the chicken-and-egg certificate error).