Ignore:
Timestamp:
2014-07-26T16:36:43+02:00 (9 years ago)
Author:
Don-vip
Message:

see #10230, see #10033 - SAN tweaks + fix unit test (for real?)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/tools/PlatformHookWindows.java

    r7335 r7337  
    262262            }
    263263        }
    264         // JOSM certificate not found, install it
     264        // JOSM certificate not found, install it to Windows-ROOT keystore, used by IE, Chrome and Safari, but not by Firefox
    265265        Main.info(tr("Adding JOSM localhost certificate to {0} keystore", WINDOWS_ROOT));
    266266        ks.setEntry("josm_localhost", trustedCert, null);
Note: See TracChangeset for help on using the changeset viewer.