Sign the server certificate request with the createcert utility.
createcert and use the -s option to point to the certificate request file you created previously.
For example:createcert -s certreq.txt
<UnwiredPlatform-InstallDir>\UnwiredPlatform\Servers\SQLAnywhere11\BIN32>createcert -s certreq.txt SQL Anywhere X.509 Certificate Generator Version 11.0.1.2405 Enter file path of signer's certificate: rsa_root.crt Enter file path of signer's private key: rsa_private.crt Enter password for signer's private key: sybase Serial number [generate GUID]: <enter> Generated serial number: ca8295aa17ca41a9a4bd0a3f613c0886 Certificate valid for how many years (1-100): 20 Certificate Authority (Y/N) [N]: N 1. Digital Signature 2. Nonrepudiation 3. Key Encipherment 4. Data Encipherment 5. Key Agreement 6. Certificate Signing 7. CRL Signing 8. Encipher Only 9. Decipher Only Key Usage [3,4,5]: <enter> Enter file path to save certificate: myserver.crt
The myserver.crt file is installed on the server. Record the file information for future reference.