Click or drag to resize

SolidFireElementCreatePublicPrivateKeyPair Method

Overload List
  NameDescription
Public methodCreatePublicPrivateKeyPair(CreatePublicPrivateKeyPairRequest)
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.
Public methodCreatePublicPrivateKeyPair(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.
Top
See Also