mirror of
https://github.com/google/nomulus.git
synced 2025-07-06 19:23:31 +02:00
Use the correct certificate provider type (#427)
TESTED: tested in alpha. Previous I only tested locally and missed this typo.
This commit is contained in:
parent
5d9bf64b96
commit
8fb12d21a2
1 changed files with 1 additions and 1 deletions
|
@ -333,7 +333,7 @@ public class ProxyModule {
|
||||||
if (env == Environment.LOCAL) {
|
if (env == Environment.LOCAL) {
|
||||||
return Mode.SELF_SIGNED;
|
return Mode.SELF_SIGNED;
|
||||||
} else {
|
} else {
|
||||||
return Mode.P12_FILE;
|
return Mode.PEM_FILE;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue