devblackops / NetScaler

PowerShell module for interacting with Citrix NetScaler via the Nitro API
Apache License 2.0
69 stars 32 forks source link

Upload files to the NS appliance (certs) and a typo in Add-NSCertKeyPair #13

Closed dbroeglin closed 8 years ago

dbroeglin commented 8 years ago

This add a partial Add-NSSystemFile. It is based on Install-NSLicense but is more generic. I needed it to upload certificates.

Also, the password type when installing a PEM type of certificate seemed to be wrong in Add-NSCertKeyPair. I changed it to plainpass to make it work.

Finally, the last commit adds a -Domain parameter to the New-NSLBServer cmdlet to allow creation of FQDN based servers.

devblackops commented 8 years ago

Looks good!