Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
Show only
|
Search instead for
Did you mean:
Invite a Co-worker
Send a co-worker an invite to the portal.Just enter their email address and we'll connect them to register. After joining, they will belong to the same company.
You have entered an invalid email address. Please re-enter the email address.
This co-worker has already been invited to the Exchange portal. Please invite another co-worker.
Please enter email address
Send InviteCancel
Invitation Sent
Your invitation was sent.Thanks for sharing Exchange with your co-worker.
📖HomeBack ClearSCADA provides a SSL Key (ClearSCADA.key) to generate Certificate Signing Requests to a third party Certificate Authority.
The default key size is 512bits, however some authorities require different key sizes (for example, 1024, 2048 bits).
ClearSCADA provides a way to modify the default key size, as follows:
(Note: to see the size of the current key, follow the procedure at the bottom of this article)
On all servers, using the server configuration tool, add or modify the registry key "DB\WebSSLKeySize" [DWORD] to control the size of new keys. Set the required value.
Shutdown ClearSCADA server
Delete the ClearSCADA.key and the ClearSCADA.cer files (should be in the ClearSCADA Data base directory (where the Database and Log folders are))
Restart ClearSCADA server
Now a new CSR can be generated using the new key size.
NOTE:
Some previous variants of this procedure neglected the step of deleting the .CER file. In most cases, the procedure works without deleting the .CER file, however in some cases it does not. If you have only deleted the .KEY file, when generating a new Certificate Signing Request, the following error may occur:
SCR Error.jpgSCR Error.jpg
In this case, repeat the above procedure but be sure to delete both the .KEY and .CER files.
To see the current certificate key size open Windows Explorer and navigate to the ClearSCADA folder. Right-click on the ClearSCADA Security Certificate file, select Open, click on the 'Details' tab and look at the 'Public key' field.