I have been developing a flutter desktop application. I'm going to deliver it to users in msix format, but when it comes to installation, it's not possible to install it because of its certificate is untrusted for other users. I need to get somehow trusted pfx certificate that make my msix app available and trusted for all users.
How can I get trusted pfx certificate for my msix file? That certificate should be trusted for all windows users not only for me locally
1.3k Views Asked by Lazizbek Fayziev At
1
There are 1 best solutions below
Related Questions in CERTIFICATE
- Create aws certification for domain
- How can I create a simple signed certificate for my Windows Forms .NET app in Visual Studio 2022
- Problem validating server certificate connecting to a Kafka cluster
- connecting to secure server from Java application without importing certificate to keystore
- Inside Windows 2016 : error message : "Caused by: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty"
- Visual Studio 2022 free certificate problem. "cannot import key file " how to fix
- How do I sign a powershell script with in-network server so that all clients can run script without changing execution policy?
- Mac Sonoma 14.4 Dotnet 8.0.203 SDK webapi https error
- CA certificate for .NET Maui
- Fiddler doesn't work because Chrome and Edge don't trust fiddler certificate
- openssl: try to load local ca store
- Authentication with SmartCard sending a SOAPUI request
- SSL/TLS certificate exchange/renewal needs private key of the old certificate in CSR
- Questions about p12 certificate and private key password
- ERROR: Could not install packages due to an OSError: Could not find a suitable TLS CA certificate bundle, invalid path: /path/to/cacert.pem
Related Questions in DESKTOP
- getting error when trying to launch kotlin jar file that use supabase "java.lang.NoClassDefFoundError"
- Record all desktop internet requests and select certain requests and send it to the server
- Matlab *.m MIME type not working on linux POP OS
- Send list of opened tabs from chrome extension to electron application
- Why won't Docker Desktop in Windows launch properly?
- how to create native distributions (installers/packages) for all the supported systems with compose?
- Docker CLI exit status 1
- How to develop a desktop application that can be launched from a right-click on the finder
- How can I create a .desktop file [Desktop Entry] that executes a command in the current directory?
- How to configure XRDP to work with Gnome on Ubuntu 22.04?
- tableau color code one measure ruins subtotal on the crosstab
- Failed to connect a sqlite file in tauri + vue project?
- how to use sqlite in vue.js + tauri.js desktop app?
- Change Icons and a title of the installed application on Windows
- How to limit cpu and memory usage of the whole desktop?
Related Questions in PFX
- Terraform Azure Provider: Authenticating using a Service Principal with a Client Certificate
- Get publickKeyToken from pfx
- Windows Docker how one container can trust another container certificate
- Flutter windows Build, How to get pfx certificate for Microsoft store
- How can I call a web API using a pfx certificate containing a key and certificate in rust?
- .pfx cert to DER encoded binary X.509
- NodeJS soap client with pfx client certificate (Using node-soap library)
- Having trouble downloading a certificate from Azure KeyVault as a .PFX using the Java SDK
- How can I sign using .pfx certificate in Flutter?
- How to use Forge library and pfx file to sign plain text?
- Sign XML document with pfx cert with ruby 3.2.2
- OpenConnect VPN Server (ocserv) with Certificate Authentication
- openssl: exporting PFX to PEM and back
- Steps on how to decrypt XML using private key in a PFX keystore with Java
- .pfx file contains 5 certificates, need help on how to separate each certificate in its own .pfx file
Related Questions in MSIX
- How to read Virtualized Registry values from MSIX packaged Electron App
- "Error in parsing the app package" with AppInstaller with online Uri
- Is it possible to package a WPF app in MSIX format and run OAuth2?
- Add dll in MSIX windows build in flutter
- Sideloaded MAUI app requires Administrative Privilege
- Modifying my MSIX app installer file for custom update settings
- Generating a msix package for a .NET MAUI Blazor application and signing it separately
- MSIX Packaging Tool "Cannot open include file"
- Advanced Installer- Preventing MSIX Installation from Overwriting Files in a Subfolder
- SignTool Error: An error occurred while attempting to load the signing certificate
- wapproj msbuild specify code signing certificate
- MSIX Installation failed: Common::Deployment::MsixvcStagingSession::GetManifestReader in MsixvcStagingSession failed with error 0x80070570
- Microsoft.DesktopBridge.props project import is failing in Linux pipeline build
- Trouble Adding Wildcard Certificate to MSIX Installer in WPF App - Error: "The certificate you selected is not valid for signing"
- How does Windows launch packaged Apps
Related Questions in APPINSTALLER
- "Error in parsing the app package" with AppInstaller with online Uri
- Modifying my MSIX app installer file for custom update settings
- MSIX Installation failed: Common::Deployment::MsixvcStagingSession::GetManifestReader in MsixvcStagingSession failed with error 0x80070570
- Issue while trying to install an application using .appinstaller
- AddPackageByAppInstallerFileAsync exception - file not found
- Sideloaded appinstaller not referencing appinstaller on server when checking for updates
- "App Installation Not Safe" Showing message and App Closes
- Why diffrent googlefirebase dynamic link appinstall count and google console install count?
- .AppInstaller (Xelion 8) - Cannot open app package. Failed due to unknown reason
- Visual Studio publish sideloading MSIX appinstaller for WPF, WinUI3, MAUI
- This app package’s publisher certificate could not be verified. App Installer Error
- Tray Icon Visibility Setting Resets After WPF App Update
- Distribute windows MAUI application through web
- Where to find logs for failed msix installation?
- SignTool Error: This file format cannot be signed because it is not recognized. SignTool Error: An error occurred while attempting to sign
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
You have multiple options here:
To use a self-signed certificate this certificate needs to be installed/trusted on each computer the app gets installed before you start the installation.
You could for example create an unsigned (classic/non-appx) installer that installs your certificate by using
CertUtil.exeand then invokes your appinstaller.