temporalio / samples-server

MIT License
42 stars 36 forks source link

tls-simple and tls-full should be converted to generating PKCS8 from PKCS1 #28

Open Spikhalskiy opened 2 years ago

Spikhalskiy commented 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.

azzamalthagafi commented 2 months ago

I believe this is fixed with https://github.com/temporalio/samples-server/pull/31