You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 16, 2020. It is now read-only.
I'm using TPM2 to generate CSR as described in wiki.
After get certificate which signed by server side, in my case, I have to use private key used for CSR generation to handshake with SSL connection with server. I tried to convert key.priv using base64 command but failed.
And could you please support me to explain below questions:
Can I use private key "key.priv" when created private key in TPM
tpm2_create -c po.ctx -g sha256 -G rsa -u key.pub -r key.priv
If question 1 is no, which private key will be accepted?
What are key.pub and key.priv used for?
Thank you very much.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello Everyone,
I'm using TPM2 to generate CSR as described in wiki.
After get certificate which signed by server side, in my case, I have to use private key used for CSR generation to handshake with SSL connection with server. I tried to convert key.priv using base64 command but failed.
And could you please support me to explain below questions:
tpm2_create -c po.ctx -g sha256 -G rsa -u key.pub -r key.priv
Thank you very much.
The text was updated successfully, but these errors were encountered: