Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.58 KB

File metadata and controls

33 lines (21 loc) · 1.58 KB

Chocolatey Package: rsa-secureid-software-token

Description

RSA SecurID, formerly referred to as SecurID, is a mechanism developed by RSA for performing two-factor authentication for a user to a network resource.

Package Parameters

Command-line options for installer configuration. See the official page for details and defaults.

  • /SETCOPYPROTECTION:OPTION to remove the binding of the token to the specific machine on which the token is imported; and thus to be able to find it on any other machine.
  • /SETSINGLEDATABASE:OPTION to remove the binding of the token to the specific user accessing the machine. The installation is still secured as the token is stored in the home drive of each user and cannot be accessed by any other user.
  • /SETDATABASEDIR:OPTION to install the database containing the user’s software token to a location other than the default directory.

Examples

choco install rsa-secureid-software-token --params "/SETCOPYPROTECTION:FALSE"
choco install rsa-secureid-software-token --params "/SETCOPYPROTECTION:FALSE /SETSINGLEDATABASE:FALSE"
choco install rsa-secureid-software-token --params "/SETCOPYPROTECTION:FALSE /SETSINGLEDATABASE:TRUE /SETDATABASEDIR:<DRIVE_LETTER>\<PATH>"

Installation

choco install rsa-secureid-software-token

Author

Copyright

© 2022, Open Circle AG