Skip to content

Commit

Permalink
Setter default verdi jks for keystore type, bakoverkompabilitet
Browse files Browse the repository at this point in the history
  • Loading branch information
hegepege committed Oct 7, 2022
1 parent 0dfdcc9 commit 1be2e44
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class MaskinportenKonfigurasjon(val issuer : String,
val keystorePassword : String,
val keystoreAlias : String,
val keystoreAliasPassword : String,
val keystoreType: KeystoreType
val keystoreType: KeystoreType = KeystoreType.JKS

) {

Expand Down

0 comments on commit 1be2e44

Please sign in to comment.