Browse Source

fix: refer url (#53)

Reviewed-on: https://gitea.angry.im/PeterCxy/OpenEUICC/pulls/53
Co-authored-by: septs <github@septs.pw>
Co-committed-by: septs <github@septs.pw>
septs 1 year ago
parent
commit
65c9a7dc39

+ 1 - 1
libs/lpac-jni/src/main/java/net/typeblog/lpac_jni/impl/RootCertificates.kt

@@ -35,7 +35,7 @@ internal fun keyIdToKeystore(keyIds: Array<String>): KeyStore {
     return ret
     return ret
 }
 }
 
 
-// ref: <https://euicc-manual.septs.app/docs/pki/ci/>
+// ref: <https://euicc-manual.osmocom.org/docs/pki/ci/>
 internal val KNOWN_CI_CERTS = hashMapOf(
 internal val KNOWN_CI_CERTS = hashMapOf(
     // GSM Association - RSP2 Root CI1 (CA: DigiCert)
     // GSM Association - RSP2 Root CI1 (CA: DigiCert)
     // Specs: SGP.21 and SGP.22 version 2 and version 3
     // Specs: SGP.21 and SGP.22 version 2 and version 3