SolidFireElementCreatePublicPrivateKeyPair Method (String, String, String, String, String, String, String) |
Creates SSL public and private keys. These keys can be used to generate Certificate Sign Requests.
There can be only one key pair in use for the cluster. To replace the existing keys, make sure that they are not being used by any providers before invoking this API.
Namespace:
SolidFire.Element.Api
Assembly:
SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax public CreatePublicPrivateKeyPairResult CreatePublicPrivateKeyPair(
string CommonName = null,
string Organization = null,
string OrganizationalUnit = null,
string Locality = null,
string State = null,
string Country = null,
string EmailAddress = null
)
Parameters
- CommonName (Optional)
- Type: SystemString
- Organization (Optional)
- Type: SystemString
- OrganizationalUnit (Optional)
- Type: SystemString
- Locality (Optional)
- Type: SystemString
- State (Optional)
- Type: SystemString
- Country (Optional)
- Type: SystemString
- EmailAddress (Optional)
- Type: SystemString
Return Value
Type:
CreatePublicPrivateKeyPairResultImplements
ISolidFireElementCreatePublicPrivateKeyPair(String, String, String, String, String, String, String)See Also