We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43f9447 commit b4d617eCopy full SHA for b4d617e
libs/dao/src/main/java/com/akto/dto/Config.java
@@ -953,12 +953,12 @@ public static class RSAKeyPairConfig extends Config {
953
954
public RSAKeyPairConfig() {
955
this.configType = ConfigType.RSA_KP;
956
- this.id = ConfigType.RSA_KP.name();
+ this.id = ConfigType.RSA_KP.name() + CONFIG_SALT;
957
}
958
959
public RSAKeyPairConfig(String privateKey, String publicKey) {
960
961
962
this.privateKey = privateKey;
963
this.publicKey = publicKey;
964
0 commit comments