We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, Windows SmartScreen block POSH App installer. In order to avoid SmartScreen, we need to do Code Sigining.
Microsoft Authenticode certificate is need for code sigining. However, it is difficult to get personal developer in japan and it is expensive.
ex. digicert $474/year https://www.digicert.com/code-signing/microsoft-authenticode.htm
The profit we get from the POSHApp Pro Plan is about $1 per license per month.
By simple math, we need to sell 40 licenses to buy a certificate.
Therefore, we will not consider it at this time.😥
The text was updated successfully, but these errors were encountered:
I found good price ca. https://account.ascertia.com/onlineCA/default
€17/year 😆
Sorry, something went wrong.
Note Ascertia Root Certificate Authority is not embedded within Windows or the common browsers but can be downloaded from here and easily added.
😢
I try purchase comodo cert on https://codesigningstore.com/
No branches or pull requests
Currently, Windows SmartScreen block POSH App installer.
In order to avoid SmartScreen, we need to do Code Sigining.
Microsoft Authenticode certificate is need for code sigining.
However, it is difficult to get personal developer in japan and it is expensive.
ex.
digicert $474/year
https://www.digicert.com/code-signing/microsoft-authenticode.htm
The profit we get from the POSHApp Pro Plan is about $1 per license per month.
By simple math, we need to sell 40 licenses to buy a certificate.
Therefore, we will not consider it at this time.😥
The text was updated successfully, but these errors were encountered: