configuration.setProperty(profile + ManagementConfiguration.KEYSTORE_PASSWORD, keyStorePassword);
configuration.setProperty(profile + ManagementConfiguration.KEYSTORE_TYPE, keyStoreType);
KeyStoreCredential keyStoreCredential = new KeyStoreCredential(
keyStoreLocation, keyStorePassword, keyStoreType);
CertificateCloudCredentials cloudCredentials = new CertificateCloudCredentials(uri,
subscriptionId, keyStoreCredential);
configuration.setProperty(profile + SUBSCRIPTION_CLOUD_CREDENTIALS,
cloudCredentials);
configuration.setProperty(profile + ApacheConfigurationProperties.PROPERTY_REDIRECT_STRATEGY,