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 6dedcf1 commit 0ae420fCopy full SHA for 0ae420f
spring-vault-core/src/main/java/org/springframework/vault/support/VaultCertificateRequest.java
@@ -350,7 +350,7 @@ public VaultCertificateRequestBuilder otherSans(Iterable<String> otherSans) {
350
351
Assert.notNull(otherSans, "Other subject alt names must not be null");
352
353
- this.otherSans = toList(uriSubjectAltNames);
+ this.otherSans = toList(otherSans);
354
return this;
355
}
356
0 commit comments