TcAdsWcfCertGen.exe
TcAdsWcfCertGen is a console application which will create a self signed certificate for SSL encoding.
TcAdsWcfCertGen is stored in the TcAdsWcf installation directory.
Usage: TcAdsWcfCertGen.exe DOMAINNAME
Parameters
DOMAINNAME
The name of the Domain which will be used to reach the TwinCAT ADS WCF service.
Example
If the TwinCAT ADS WCF service should be reachable over the url http://www.beckhoff.com/TwinCAT/Ads/Wcf/TcAdsService you have to use the following command to create a certificate with TcAdsWcfCertGen:
TcAdsWWcfCertGen.exe www.beckhoff.com
This will generate a certificate with the common name www.beckhoff.com which can be used for SSL encoding.