keytool -genkey -alias code_signing -keyalg RSA -keysize 2048 -sigalg sha256WithRSA -validity 730 -keystore myStore.p12 -storetype pkcs12 -storepass env:kpwd -dname "CN=CodeSigning" -ext ...
keytool error: java.io.IOException: Invalid escaped character in AVA: 'U' The keytool doc [1] only mentions comma as requiring escape. However there are some others that are apparently not allowed, ...