Export certificates used on a Citrix ADC appliance as PFX file 编辑
Export certificates used on a Citrix ADC appliance as PFX file
Prerequisites
You must have a working installation of the OpenSSL software and must be able to run OpenSSL from the command line interface.
Note: OpenSSL is also available from the Citrix ADC appliance shell prompt and GUI.
Export certificate using the CLI
To export certificates from the Citrix ADC appliance as a PFX file for use on another host, complete the following procedure:
Obtain the relevant certificate and key file from the Citrix ADC appliance and place in a local directory of the workstation. All the certificate and key files are in the
nsconfig/ssl
directory.Certificates from a Citrix ADC appliance can be obtained using WinScp.
Open the CLI and change the directory to the location of the OpenSSL executable (in
<drive>:\openssl\bin
by default).Type the following (PFX file type is used in this example):
C:\OpenSSL\bin>openssl pkcs12 -export -in <yourcertificatename.cer> -inkey <yourcertificatekey.key> -out <desiredfilename.pfx><!--NeedCopy-->
Parameter description:**yourcertifcatename.cer** - Certificate name present on the Citrix ADC appliance.**yourcertificatekey** - Key associated with the certificate `yourcertificatename`.**desiredfilename** - Name you want to assign to the PFX file.
- Type Export Password and enter the desired password for the PFX file. Reenter the export password to confirm the password.
Export certificate using the GUI
To export certificates from the Citrix ADC appliance as a PFX file for use on another host, complete the following procedure:
Obtain the relevant certificate and key file from the Citrix ADC appliance and place in a local directory of the workstation.
Navigate to Traffic Management > SSL, under Tools section click Manage Certificates / Keys / CSRs link.
Select the check box next to the certificate you want to download and click Download.
Navigate to Traffic Management > SSL > Export PKCS#12
In the PKCS12 field, choose the output file name for the PFX file.
In the Certificate File Name field, choose the certificate file stored in the local disk.
In the Key Filename field, choose the key file stored in the local disk.
In the Export Password field, enter the export password and click OK.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论