java - SCEP Payload Not working -


i've sent device configuration profile scep payload. when device downloads config profile, supposed connect java scep server , write csr outputstream in pkcs10 form. however, when print contents of stream, bunch of garbled nonsense; know request should start -----begin certificate request----- , end -----end certificate request-----, not case. here scep payload:

            <dict>                     <key>payloadcontent</key>                     <dict>                             <key>key type</key>                             <string>rsa</string>                             <key>key usage</key>                             <integer>0</integer>                             <key>keysize</key>                             <integer>1024</integer>                             <key>name</key>                             <string>ca-scep</string>                             <key>subject</key>                             <array/>                             <key>url</key>                             <string>https://myserver.example.com </string>                     </dict>                     <key>payloaddescription</key>                     <string>configures scep</string>                     <key>payloaddisplayname</key>                     <string>scep (ca-scep)</string>                     <key>payloadidentifier</key>                     <string>com.example.rdesirazu.scep</string>                     <key>payloadorganization</key>                     <string>example</string>                     <key>payloadtype</key>                     <string>com.apple.security.scep</string>                     <key>payloaduuid</key>                     <string>5c125b3c-4427-49ce-980b-21fc1254d506</string>                     <key>payloadversion</key>                     <integer>1</integer>             </dict> 

no, never close expect scep. these best friends:


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -