mirror of
https://github.com/google/nomulus
synced 2026-01-04 04:04:22 +00: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:
@@ -333,7 +333,7 @@ public class ProxyModule {
|
||||
if (env == Environment.LOCAL) {
|
||||
return Mode.SELF_SIGNED;
|
||||
} else {
|
||||
return Mode.P12_FILE;
|
||||
return Mode.PEM_FILE;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user