Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [code-signing-certificate]

Code signing is a security technology, used in OS X, that allows you to certify that an app was created by you. Once an app is signed, the system can detect any change to the app—whether the change is introduced accidentally or by malicious code.

code-signing-certificate
0 votes
0 answers
10 views

How can I invoke Azure Trusted Signing from a Linux OS?

My company was recently surprised by the expiration of a code signing certificate and had to scramble to find a replacement certificate, only to discover that the landscape of code signing has shifted ...
Arch's user avatar
  • 1
0 votes
1 answer
32 views

How to install a self-built driver on Windows 10 without enabling testsigning mode?

I am building Virtualbox Guest Additions to run on a virtual machine (including creating and installing some drivers on Windows). Testing in testsigning mode has been successful, but when I disable ...
ngochoaitn's user avatar
0 votes
1 answer
54 views

Cannot Find Singing Tab In Visual Studio Project Properties

I am trying to sign project assemblies using a .pfx certificate file. But I cannot find the Signing Tab in Visual Studio Project Properties My Solution has many projects and none of them shows the ...
Sharyar Vohra's user avatar
-1 votes
0 answers
15 views

How can I get XCode to accept a self-signed certificate?

All I'm trying to do is write an SFML game on MacOS 10.14.2 which requires access permissions in order to use Mouse::setPosition. But every time I recompile, the permissions are taken away. I've been ...
johnnywz00's user avatar
0 votes
1 answer
30 views

How to use a code signing identity that doesn't match the Development Team in Xcode?

I'm trying to build an app via Xcode with a very specific "code signing identity" (supervisionIdentity-COMPANY_NAME.organization) that my MDM gave me. I also develop in a Development Team ...
ThomasG2201's user avatar
0 votes
0 answers
17 views

How an application is Identified by the other applications and the OS?

Dear StackOverflow community, I am reaching out to inquire about "application identities." Recently, our company's IT manager has prohibited the use of certain applications such as "...
AlirezaGH's user avatar
  • 399
1 vote
1 answer
111 views

Code sign NUPKG file with a USB/Hardware token

I have an EV certificate from Sectigo to code sign, which is a hardware/USB token. I need to code sign the app in the NUPKG file format, but the key is required through NuGet and the token I have has ...
Deborah Bittencourt's user avatar
-1 votes
1 answer
81 views

What is this generic apple development certificate? What happens if expires?

this certificate is not present in my keychain (at least, so it seems to me). I think it is just something used in development, on local machine, but since it is "generic" I'm confused. I ...
biggreentree's user avatar
  • 1,705
1 vote
1 answer
248 views

Is there any benefit to using self-signed certificates for code signing over not signing C# binaries at all?

I'm a hobbyist programmer who maintains some programs written in C# (game mods in particular). I distribute those by uploading the DLL in a zip file to a website. Whenever I upload a new version, ...
bcmpinc's user avatar
  • 3,320
0 votes
0 answers
27 views

key not found in keychain error when debugging on local device connected to my windows dev machine

I made some changes to my MAUI app in VS 2022 on Windows 11. I had no trouble testing my app on a locally connected iPhone before, but now when I try to debug the same app (with changes), on the same ...
Ben Blanco's user avatar
1 vote
1 answer
235 views

SignTool - unexpected internal error - Could not associate private key with certificate

I just received my code signing eToken (the little USB dongle) for my EV code signing certificate, and I'm trying to use it to sign my code. In Windows Powershell (running as Administrator), I'm ...
Peter's user avatar
  • 13.1k
0 votes
1 answer
79 views

Is it possible to choose the "Issued To" property for a Code Signing certificate signed by AD CS?

We have a corporate AD CS Certification Authority that we use to sign certificate requests for Code Signing certificates. I am using certreq.exe -new -q -config "<servername>\<ca-name>...
Lorenzo Righini's user avatar
1 vote
1 answer
120 views

Signing clickonce using Sectigo SHA384 EV certificate give unknown publisher and smartscreen blocker

I am trying to sign the ClickOnce application using a Sectigo Sha384 EV Certificate using the SafeNet client. Here is a snapshot from SafeNet: SafeNet Steps I am following: (PLEASE NOTE: CSP in ...
Rakesh Kumar's user avatar
0 votes
0 answers
89 views

-KeyExportPolicy Exportable` did not work Export-PfxCertificate : Cannot export non-exportable private key

I launched PowerShell with administrator privileges on Windows 11 and executed the following code to create a .pfx file. However, an error occurred, and I couldn't create the .pfx file. New-...
taichi's user avatar
  • 663
0 votes
0 answers
60 views

What Code Signing Certificate products provide both the public and private key for manually signing apps?

I recently acquired an (OV) Code Signing Certificate from SSL.com and subscribed to their eSigner service, which comes with a monthly fee. However, I've found this subscription model to be less than ...
Joel Barrantes's user avatar

15 30 50 per page
1
2 3 4 5
33