deploy ssl certificate to mobile devices -


we have ssl certificate needs deployed mobile devices connected our company wifi network; can email certificate staff , can click install there other way of making downloadable local webserver ?

your appreciated, thank you.

serve other file, make sure these mime types defined in apache conf:

addtype application/x-x509-ca-cert .crt   addtype application/x-pkcs7-crl    .crl 

it .crt file.


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -