2014-09-30 12 views
0

是否可以在Apigee的Java標註中引用已上傳的SSL證書?我已經使用以下指南成功上傳了Client-SSL證書:http://apigee.com/docs/api-services/content/client-ssl-backend-servers來自Java標註的參考SSL密鑰庫

我能夠使用目標代理和Service Callout中的以下內容引用SSL證書,但是如何引用Java Callout中的SSL證書?

<HTTPTargetConnection> 
    <SSLInfo> 
     <Enabled>true</Enabled> 
     <ClientAuthEnabled>true</ClientAuthEnabled> 
     <KeyStore>myKeystore</KeyStore> 
     <KeyAlias>myKey</KeyAlias> 
     <TrustStore>myTruststore</TrustStore> 
    </SSLInfo> 
    <URL>https://myservice.com</URL> 
    </HTTPTargetConnection> 

回答

0

我想,你不應該這樣做。 Apigee存在安全限制,不允許您從javacallout訪問com.apigee。*包。