cancel
Showing results for 
Search instead for 
Did you mean: 

A certificate signing request (CSR) with SASAFE

GSmit.3
Associate II

When using a key pair stored in the STSAFE. how does on create a CSR when you dont have asscess to the private key.

Are there any examples of how one might do this.

5 REPLIES 5
Benjamin BARATTE
ST Employee

Hi @Community member​,

Did you still need this feature ?

Basically, you can use MbedTLS integration to craft the CSR and reroute ECC signature generation to STSAFE-A feature to generate CSR signature.

If needed, I can share some code example for MbedTLS integration and CSR generation.

Best Regards,

Benjamin

CWein.1
Associate II

Benjamin,

I also need to sign a CSR with the STSAFE-A110.

> If needed, I can share some code example for MbedTLS integration and CSR generation.

This would be great.

Thanks,

Chip

FDghk.1
Associate

How does a CSR code signing certificate work?

It is a first step towards having your own SSL/TLS certificate that you need to send a certificate signing request (CSR). A CSR is a document that is generated on the same server as the one where a certificate is going to be installed. It contains information (e.g. common name, organization, country) that the Certificate Authority (CA) will use to create the certificate.

Hi @CWein.1​ ,

I'm not sure this is still relevant but I have added some code example using MbedTLS here

Best Regards,

Benjamin

Hi,

The above link is reporting "Page not found". Would it be possible to fix the link?

Thanks,

Mark