Closed dbroeglin closed 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.
Add-NSSystemFile
Install-NSLicense
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.
plainpass
Finally, the last commit adds a -Domain parameter to the New-NSLBServer cmdlet to allow creation of FQDN based servers.
-Domain
New-NSLBServer
Looks good!
This add a partial
Add-NSSystemFile
. It is based onInstall-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 theNew-NSLBServer
cmdlet to allow creation of FQDN based servers.