Issue
The following error is produced when the "Ssl Newcert 10.11.12.134" command is used to generate the CSR for the internal IP address.
CLI> Ssl Newcert 10.11.12.134
NO Internal Error (1000,109,0)
CLI>
How can this be rectified?
Solution
This error occurs when the IP for which you are generating the CSR has no PTR record or has more than one PTR records in the DNS server. Verify it by running this command:
CLI>dns lookup 10.11.12.134 type=ptr
Correctly configuring the PTR record for the IP in the DNS server avoids this issue.
Comments
0 comments
Please sign in to leave a comment.