Welcome to the Chocolatey Community Package Repository! The packages found in this section of the site are provided, maintained, and moderated by the community.
Moderation
Every version of each package undergoes a rigorous moderation process before it goes live that typically includes:
- Security, consistency, and quality checking
- Installation testing
- Virus checking through VirusTotal
- Human moderators who give final review and sign off
More detail at Security and Moderation.
Organizational Use
If you are an organization using Chocolatey, we want your experience to be fully reliable. Due to the nature of this publicly offered repository, reliability cannot be guaranteed. Packages offered here are subject to distribution rights, which means they may need to reach out further to the internet to the official locations to download files at runtime.
Fortunately, distribution rights do not apply for internal use. With any edition of Chocolatey (including the free open source edition), you can host your own packages and cache or internalize existing community packages.
Disclaimer
Your use of the packages on this site means you understand they are not supported or guaranteed in any way. Learn more...

Downloads:
256
Downloads of v 0.5.0:
161
Last Update:
31 Oct 2019
Package Maintainer(s):
Software Author(s):
- Pkcs11Admin Team.
Tags:
pkcs11admin admin PKCS#11 enabled device
Pkcs11Admin
Downloads:
256
Downloads of v 0.5.0:
161
Maintainer(s):
Software Author(s):
- Pkcs11Admin Team.
Edit Package
To edit the metadata for a package, please upload an updated version of the package.
Chocolatey's Community Package Repository currently does not allow updating package metadata on the website. This helps ensure that the package itself (and the source used to build the package) remains the one true source of package metadata.
This does require that you increment the package version.
All Checks are Passing
2 Passing Test
To install Pkcs11Admin, run the following command from the command line or from PowerShell:
To upgrade Pkcs11Admin, run the following command from the command line or from PowerShell:
To uninstall Pkcs11Admin, run the following command from the command line or from PowerShell:
NOTE: This applies to both open source and commercial editions of Chocolatey.
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://chocolatey.org/api/v2. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
- Download the Package Download
- Follow manual internalization instructions
-
Package Internalizer (C4B)
- Run
choco download pkcs11admin --internalize --source=https://chocolatey.org/api/v2
(additional options) - Run
choco push --source="'http://internal/odata/repo'"
for package and dependencies - Automate package internalization
- Run
3. Enter your internal repository url
(this should look similar to https://chocolatey.org/api/v2)
4. Choose your deployment method:
choco upgrade pkcs11admin -y --source="'STEP 3 URL'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade pkcs11admin -y --source="'STEP 3 URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Ensure pkcs11admin installed
win_chocolatey:
name: pkcs11admin
state: present
version: 0.5.0
source: STEP 3 URL
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
Coming early 2020! Central Managment Reporting available now! More information...
chocolatey_package 'pkcs11admin' do
action :install
version '0.5.0'
source 'STEP 3 URL'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
Chocolatey::Ensure-Package
(
Name: pkcs11admin,
Version: 0.5.0,
Source: STEP 3 URL
);
Requires Otter Chocolatey Extension. See docs at https://inedo.com/den/otter/chocolatey.
cChocoPackageInstaller pkcs11admin
{
Name = 'pkcs11admin'
Ensure = 'Present'
Version = '0.5.0'
Source = 'STEP 3 URL'
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'pkcs11admin':
provider => 'chocolatey',
ensure => '0.5.0',
source => 'STEP 3 URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
salt '*' chocolatey.install pkcs11admin version="0.5.0" source="STEP 3 URL"
See docs at https://docs.saltstack.com/en/latest/ref/modules/all/salt.modules.chocolatey.html.
5. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
This package was approved by moderator gep13 on 18 Nov 2019.
GUI tool for administration of PKCS#11 enabled devices.
Pkcs11Admin is an open-source GUI tool for administration of PKCS#11 enabled devices (smartcards, HSMs etc.).
Package installation defaults
By default, installation of this package:
- Will NOT install a desktop icon.
- Will install a start menu shorcut.
Package parameters
/InstallDir
- Installation directory, by default Chocolatey tools directory./DesktopIcon
- Create a desktop shortcut./NoStartMenu
- Do not create a start menu shortcut.
Example:
choco install pkcs11admin --params '"/InstallDir:C:\your\install\path /DesktopIcon /NoStartMenu"'
To have choco remember parameters on upgrade, be sure to set choco feature enable -n=useRememberedArgumentsForUpgrades
Screenshot
From: https://raw.githubusercontent.com/Pkcs11Admin/Pkcs11Admin/v0.4.0/LICENSE
LICENSE
Pkcs11Admin - GUI tool for administration of PKCS#11 enabled devices
Copyright (c) 2014-2017 Jaroslav Imrich <[email protected]>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License version 3
as published by the Free Software Foundation.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
Package can be verified like this:
1. Download:
x32: https://github.com/Pkcs11Admin/Pkcs11Admin/releases/download/v0.5.0/Pkcs11Admin-0.5.0.zip
x64: https://github.com/Pkcs11Admin/Pkcs11Admin/releases/download/v0.5.0/Pkcs11Admin-0.5.0.zip
2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'
checksum type: sha256
checksum32: DE2C87C2BD0AE17AAF62A352CDBF17806367CB5AFC6AAD53ABB1D9740E9A3F4B
checksum64: DE2C87C2BD0AE17AAF62A352CDBF17806367CB5AFC6AAD53ABB1D9740E9A3F4B
File 'LICENSE.txt' is obtained from:
https://raw.githubusercontent.com/Pkcs11Admin/Pkcs11Admin/v0.4.0/LICENSE
$ErrorActionPreference = 'Stop';
$toolsDir = $installDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$pp = Get-PackageParameters
if ( $pp.InstallDir ) { $installDir = $pp.InstallDir }
Write-Host "pkcs11admin is going to be installed in '$installDir'"
$packageArgs = @{
packageName = $env:ChocolateyPackageName
destination = "$installDir"
file = "$toolsDir\Pkcs11Admin-0.5.0.zip"
}
Get-ChocolateyUnzip @packageArgs
Remove-Item -Path $packageArgs.file
# Shortcut parameters
$OSArchitectureWidth = Get-OSArchitectureWidth
$sparams = @{
targetPath = Join-Path $installDir "Pkcs11Admin-0.5.0\Pkcs11Admin-x${OSArchitectureWidth}.exe"
}
# Install start menu shortcut
if ( !$pp.NoStartMenu ) {
Write-Host "Creating Start menu shortcut for pkcs11admin..."
$programs = [environment]::GetFolderPath([environment+specialfolder]::Programs)
$sparams.shortcutFilePath = Join-Path $programs "Pkcs11Admin.lnk"
Install-ChocolateyShortcut @sparams
}
# Install desktop icon
if ( $pp.DesktopIcon ) {
Write-Host "Creating desktop icon for pkcs11admin..."
$sparams.ShortcutFilePath = "$Env:USERPROFILE\Desktop\Pkcs11Admin.lnk"
Install-ChocolateyShortcut @sparams
}
$ErrorActionPreference = 'Stop'
Uninstall-ChocolateyZipPackage $env:ChocolateyPackageName 'Pkcs11Admin-0.5.0.zip'
# Remove start menu shortcut
$programs = [environment]::GetFolderPath([environment+specialfolder]::Programs)
$shortcutFilePath = Join-Path $programs "Pkcs11Admin.lnk"
if (Test-Path $shortcutFilePath) { Remove-Item $shortcutFilePath }
# Remove desktop icon
$programs = [environment]::GetFolderPath([environment+specialfolder]::Programs)
$shortcutFilePath = "$Env:USERPROFILE\Desktop\Pkcs11Admin.lnk"
if (Test-Path $shortcutFilePath) { Remove-Item $shortcutFilePath }
md5: 9B2242A48B34BD3E7D104CC459145EFD | sha1: 126C966B5FBA6930E4D93A0DC69BB3C9F7C6037C | sha256: DE2C87C2BD0AE17AAF62A352CDBF17806367CB5AFC6AAD53ABB1D9740E9A3F4B | sha512: 811823B90089A3C82BADA7015D6F610FAD9B2724108D93D07F9C624446D2F9B42437A995A1FA9675E151E229130D99F2B9BA5E38C532FFF5CEE81F00D21DF4A5
Log in or click on link to see number of positives.
- Asn1Net.Forms.TreeView.dll (30ecb20baf46) - ## / 57
- Be.Windows.Forms.HexBox.dll (4938a4dbb51f) - ## / 69
- pkcs11-logger-x64.dll (4f59b9763d20) - ## / 57
- pkcs11-logger-x86.dll (10f97a0086f5) - ## / 54
- pkcs11admin.0.5.0.nupkg (fe7246068c48) - ## / 61
- Pkcs11Admin-0.5.0.zip (de2c87c2bd0a) - ## / 60
- Asn1Net.Reader.dll (506d377a6a83) - ## / 54
- BouncyCastle.Crypto.dll (6e948ec95ad1) - ## / 70
- Pkcs11Admin-x64.exe (ce2f42e66ea9) - ## / 70
- Pkcs11Admin-x86.exe (ac879400b19b) - ## / 71
- Pkcs11Admin.dll (3e7274151a1e) - ## / 69
- Pkcs11Interop.dll (b52da34d7846) - ## / 68
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Version | Downloads | Last Updated | Status |
---|---|---|---|
Pkcs11Admin 0.5.0 | 161 | Thursday, October 31, 2019 | Approved |
Pkcs11Admin 0.4.0 | 95 | Saturday, September 14, 2019 | Approved |
© 2014-2016 Jaroslav IMRICH. All Rights Reserved.
-
- chocolatey-core.extension (≥ 1.3.4)
Ground Rules:
- This discussion is only about Pkcs11Admin and the Pkcs11Admin package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or Pkcs11Admin, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.