ssl.certificates.store-management.connection-manager-stores.info=These stores are used to establish connections with Openfire Connection Managers.ssl.certificates.store-management.socket-s2s-stores.title=Server Federation Stores
ssl.certificates.store-management.connection-manager-stores.info=These stores are used to establish connections with Openfire Connection Managers.ssl.certificates.store-management.socket-s2s-stores.title=Server Federation Stores
ssl.certificates.store-management.manage=Manage Store Contents
ssl.certificates.store-management.manage=Manage Store Contents
// catch ( UnrecoverableKeyException | NoSuchAlgorithmException | KeyStoreException ex )
// {
// throw new CertificateStoreConfigException( "Unable to load store of type '" + configuration.getType() + "' from location '" + configuration.getFile() + "'", ex );
thrownewCertificateStoreConfigException("Unable to initialize identity store (a common cause: the password for a key is different from the password of the entire store).",ex);
}
}
/**
/**
* Creates a Certificate Signing Request based on the private key and certificate identified by the provided alias.
* Creates a Certificate Signing Request based on the private key and certificate identified by the provided alias.