Page 1 of 1

[SOLVED] You must provide the filepath to your personal certificate

Published: August 6, 2020 - 11:07 AM
by ozsupport
Hello!
Okay, we've launched our community server and I'm trying to put together a package to install our onboarding tool.
Nothing crazy about the creation since it has a switch to install silently, so I wanted to test a first version without modification, but in PyScripter when I run "-i build-upload" I get the following message:

Code: Select all

You must provide the filepath to your personal certificate the [global]->personal_certificate_path key of configuration C:\Users\****\AppData\Local\waptconsole\waptconsole.ini
However, I have correctly entered my certificate in the WAPT console and I have no problems deploying the store packages.

However, since we're in a multi-user environment, we opted to have a single certificate for multiple administrators, which we stored on a network drive. Could this cause a problem for PyScripter accessing it?

D.

Re: You must provide the filepath to your personal certificate

Published: August 6, 2020 - 11:51
by ozsupport
The security popup at startup in PyScripter tells me it must be run as administrator?
This would explain why it can't find the certificate since the network drive is only mounted for my user...
D.

Re: You must provide the filepath to your personal certificate

Published: August 6, 2020 - 12:33
by ozsupport
Okay, that's where it came from.
Enabling network drives for the UAC prompt works perfectly:

Code: Select all

Ordinateur\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System

Code: Select all

DWORD : EnableLinkedConnections = 1