我只想信任一個特定的證書+所有的根證書。例如:帶AFNetworking的證書/ SSL固定 - 如果孩子可信,如何信任所有父母證書?
GeoTrust Global CA <= Automatically trusted
Google Internet Authority G2 <= Automatically trusted
*.google.com <= Trusted because in a .cer in the app bundle
但是現在AFNetworking 2.2.1情況是這樣的:
GeoTrust Global CA <= Not trusted because not in the bundle
Google Internet Authority G2 <= Not trusted because not in the bundle
*.google.com <= Trusted because in a .cer in the app bundle
怎麼可能接受根證書嗎?