TLS Server Authentication vs Mutual Authentication
Hi Fellows,
I would like you can help me to ensure what should be the correct way to define TLS with Server Authentication:
According to with Guide and all documents I am reviewing should be:
1-I create my certificate record.
certificate-record
name SBCcert
country US
state MA
locality Bedford
organization Engineering
common-name 192.168.1.3
key-size 1024
trusted enabled
2-then generate-certificate-request SBCcert” to be signed by CA.
3-Import the certificate record after being signed by CA.
4-Create my TLS-Profile and here comes my doubt. Someone told me once time ago that there should be the "trusted-ca-certificates" = Root Certificate of the CA that signs my Certificate-Record.