Certificate is used to sign pkcs requests or pdf-s created on phone. Is there some mechanizm to do it?
Can i connect to AD and CA from windows phone app?
Thanks
Yes, you can email a CER file, download a CER file or launch it from your app and install custom certificates on WP8.
See code sample in a previous answer of mine # TLS connection: override certificate validation
Related
I'm working on W10 box.
One day all Chromium based web browsers (Chrom, Opera) stopped working with any Google based services showing "Cert is revoked" message on SSL access.
Given Cert is:
https://censys.io/certificates?q=37839b99a1c97d649b3d931ff055eba5f1493434
What is very strange Edge browser is working well.
What's more all browers show the same Certificate (checked details) for a given web page but only Edge is working with it.
What's the problem ?
So it's finally solved.
Somehow, have no idea why, my CERT store had 2 copies of the main signing cert called "Google Trust Services -GlobalSign Root CA-R2".
The one used for signing Google services.
Once I delete the "bad" one all browsers work well!
I look for a 100% Linux solution to use Sweden's BankId.
There is information online:
https://github.com/virtualforce/bankid-authentication/
http://www.herlitz.nu/2017/09/13/integrating-with-swedish-bankid-and-.net/
Now I need to download my client certificate from the bank seb.se
How to download one's client certificate at SEB?
It's not really clear what you want.
Do you want a Linux BankID client? That's not supported by BankID. You can find out their client requirements here:
https://support.bankid.com/sv/felavhjalpning/systemkrav
Do you want a server solution for using BankID RP interface? Go ahead, the SOAP interface is well documented here:
https://www.bankid.com/rp/info
As for downloading the certificate from SEB, you need to be a bank customer with a Swedish personal number. I'm not a customer, but judging from their website, it seems they only issue BankID on card and Mobile BankID. Once you're logged into the Internet bank with your Digipass you should have no problem to find out how to issue a mobile BankID.
BankID on card might take some more effort though.
BankID does have a demo system for development purposes. There you can issue a fake BankID to use in the development mode, "test".
I'm developing an App for a third party.
The client should receive an APK for him to manually upload to the Google Play Store.
For this, I created a new Keystore, and saved the signed APK to disk. Do I need to do anything else before sending the client the APK?
I'm asking this because for iOS I had to walkthrough the client to create and send me the appropriate certificates and private key for me to sign the .ipa file.
Is it this simple for Android? Or do I need to take additional steps into consideration?
Thank you
How can I verify the signature of a message following the CMS structure (https://www.rfc-editor.org/rfc/rfc5652) by using the Firefox Add-On SDK?
I already could find some classes (e.g. http://doxygen.db48x.net/mozilla/html/interfacensICMSMessage.html), but I'm unsure if I can use them in an Add-On as there is not very much documentation.
If this is not possible, is there at least a way to check if the given certificate of the message is trusted by the list of CAs built into Firefox? (I'll try to use the webcrypto API to verify the signature in this case)
How to use C++ to generate Certificate Signing Request by windows API?
I want to generate csr and send it to the server to sign it.
But I can't find the API.
Does anyone have some suggestion?
The library looks to be: CertEnroll.dll
http://msdn.microsoft.com/en-us/library/aa374863%28VS.85%29.aspx
These samples shows hot to access them from C++. This is where your application should go for the CSR.