Skip to content
New issue

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

[BUG] Certificate password is empty, check "msix_config: certificate_password" at pubspec.yaml #16

Closed
MTRNord opened this issue Jan 4, 2021 · 2 comments
Assignees
Labels
bug Something isn't working fixed bug fixed

Comments

@MTRNord
Copy link

MTRNord commented Jan 4, 2021

ℹ️ Info

Version: 0.1.6

💬 Description

The bin says Certificate password is empty, check "msix_config: certificate_password" at pubspec.yaml even when certificate_password was set to "placeholder".

📜 Pubspec.yaml

Important part of the pubspec msix section (at runtime password and cert file get overwritten using python):

msix_config:
  display_name: Famedly
  publisher_display_name: Famedly
  identity_name: com.famedly.chat
  msix_version: 0.28.1.0 
  publisher: CN=Famedly GmbH
  certificate_path: ./code-signing-famedly.pfx
  certificate_password: placeholder
  capabilities: 'internetClient,location,microphone,webcam,chat,picturesLibrary,videosLibrary,documentsLibrary'
@MTRNord
Copy link
Author

MTRNord commented Jan 4, 2021

Full error:

Certificate password is empty, check "msix_config: certificate_password" at pubspec.yaml
#0      Configuration.validateConfigValues (package:msix/src/configuration.dart:173:7)
<asynchronous suspension>
#1      Msix.createMsix (package:msix/msix.dart:20:26)
<asynchronous suspension>
#2      main (file:///C:/GitLab-Runner/builds/famedly/app/.pub-cache/hosted/pub.dartlang.org/msix-0.1.7/bin/create.dart:4:10)
#3      _startIsolate.<anonymous closure> (dart:isolate-patch/isolate_patch.dart:299:32)
#4      _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:168:12)
pub finished with exit code 255

@YehudaKremer
Copy link
Owner

Hello again @MTRNord

The bug has now been fixed in version 0.1.8 (available now at pub.dev).

Thank you very much for this bug report

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working fixed bug fixed
Projects
None yet
Development

No branches or pull requests

2 participants