RTollison 0 Posted July 5, 2023 I am needing to add Windows certificate/codesign/whatever to my project. We have a corporate certificate and i am needing to figure out how to add it to my project so it show as trusted. where do i start in RAD Studio 10.2. NOTE: at this point, i am not sure what kind of file/certificate i will be given/using. Just told to add it to my project so our corporate AV would stop blocking the program. Share this post Link to post
Lajos Juhász 293 Posted July 5, 2023 You have to download the Windows SDK and use the signtool. (https://learn.microsoft.com/en-us/windows/win32/seccrypto/using-signtool-to-sign-a-file). Share this post Link to post