Hello <@U03N1E342B0> could you please let me know ...
# general
j
Hello @Tom could you please let me know if there is a way to override the default wiremock self-signed certificate to another path? the default is ~/.wiremock/ca-keystore.jks, but i would like to configure a different path for a specific port. Thank you in advance.
t
This certificate is the fake CA (signing) certificate used when MITM proxying. If it’s not this one you want i.e. you just want to use your own cert for HTTPS then you can bake one into your own keystore then provide that via startup parameters.
j
@Tom i have copied your fake CA to another path and configure it during startup, however, it doesn't work. could you suggest?
curl: (35) error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01
Copy code
.keystorePath( "../ca-keystore.jks" )//
.keystorePassword( "password" )//
@Tom could you please help me with this?