Open Spikhalskiy opened 2 years ago
Following the discussion here: https://github.com/temporalio/samples-server/pull/21#issuecomment-1002790789
tls-simple and tls-full should be converted from the generation of PKCS1 keys to generation PKCS8. The main formats supported by the SDKs are PKCS8 and PKCS12.
tls-simple
tls-full
I believe this is fixed with https://github.com/temporalio/samples-server/pull/31
Following the discussion here: https://github.com/temporalio/samples-server/pull/21#issuecomment-1002790789
tls-simple
andtls-full
should be converted from the generation of PKCS1 keys to generation PKCS8. The main formats supported by the SDKs are PKCS8 and PKCS12.