Currently, the script which we are using in the Yang cli-pro i.e.,generate-keys.sh is generating the client and server certificates based on the RESTCONF protocol.
But, our server application is based on the NETCONF protocol. As the RESTCONF protocol is older one and we couldn’t make a TLS connection using the RESTCONF protocol certificates as we are facing some dependencies issue.
Please help us by providing the proper scripts which will be able to generate client and server certificates based on the NETCONF protocol.