public void createProxy (String passPhrase)
throws GeneralSecurityException, IOException
{
if ( ! proxyExpired() ) return;
CoGProperties properties = CoGProperties.getDefault();
createProxy(
properties.getUserCertFile(),
properties.getUserKeyFile(),
passPhrase,
true, true, properties.getProxyFile());
}