Skip to main content

Notifications

Finance | Project Operations, Human Resources, ...
Suggested answer

ISV License

(0) ShareShare
ReportReport
Posted on by
I am trying to create text license files for my clients.

I have created a new ISV.cer file through a secure drive.

I have followed this page : https://learn.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/dev-tools/isv-licensing#appendix-create-self-signed-certificates-for-test-purposes

There is a command: C:\AOSService\PackagesLocalDirectory\Bin\axutil genlicense /file:c:\templicense.txt /certificatepath:c:\tempisvcert.pfx /licensecode:ISVLicenseCode /customer:TAEOfficial.ccsctp.net /serialnumber:4dbfcf74-c5a6-4727-b638-d56e51d1f381 /password:********

I cannot find any posts on how to obtain the pfx file.

I have tried creating my own like this:

$cert = New-SelfSignedCertificate `
-CertStoreLocation Cert:\LocalMachine\My `
-DnsName "PurplePfxCert" `
-Type CodeSigningCert `
-KeyExportPolicy Exportable `
-HashAlgorithm sha256 `
-KeyLength 2048 `
-KeySpec Signature `
-Provider "Microsoft Enhanced RSA and AES Cryptographic Provider" `
-NotBefore (Get-Date "2024-12-18") `
-NotAfter (Get-Date "2030-12-17")

Using the file, I can create a license.txt file, but after installing the license file my menus aren't working and I cannot see my menus linked to the configuration.

Is there anyone that can give me help on how to do this? Or are there any post somewhere that I can look at that might help me?



 
  • Suggested answer
    Martin Dráb Profile Picture
    Martin Dráb 230,333 Most Valuable Professional on at
    ISV License
    How to create the .pfx file is described on the documentation page you mentioned. Search there for "Export the certificate private key as .pfx file"

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

News and Announcements

Announcing Category Subscriptions!

Quick Links

December Spotlight Star - Muhammad Affan

Congratulations to a top community star!

Top 10 leaders for November!

Congratulations to our November super stars!

Tips for Writing Effective Verified Answers

Best practices for providing successful forum answers ✍️

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,331 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,333 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Product updates

Dynamics 365 release plans