ThePrez / DCM-tools

Command-line tools for working with Digital Certificate Manager (DCM) on IBM i
Apache License 2.0
22 stars 5 forks source link

Assign certificate to IWS application server #34

Open spirjade opened 1 year ago

spirjade commented 1 year ago

I tried to assign certificate to IWS application

App name : QIBM_HTTP_SERVER_DFTIWSASRV

but getting error

The parameter [1]: Parameter value is not valid.

Is it possible to assign certificate with current code for such application server?

ThePrez commented 11 months ago

The dcmassign command is minimally tested, but I was not able to recreate this. Can you please re-run with -v and provide the output? Thanks!

NickFrazee commented 10 months ago

I am having the same problem. I ran it with the -v and here is the output.

-bash-5.1$ dcmassign -v Enter application ID: QIBM_HTTP_SERVER_UPDLOTLOC Assigning to QIBM_HTTP_SERVER_UPDLOTLOC Enter certificate ID: ** com.ibm.as400.access.ExtendedIllegalArgumentException: The parameter [1]: Parameter value is not valid. at com.ibm.as400.access.ServiceProgramCall.run(ServiceProgramCall.java:321) at com.github.ibmioss.dcmtools.utils.DcmApiCaller.runProgram(DcmApiCaller.java:253) at com.github.ibmioss.dcmtools.utils.DcmApiCaller.callQycdUpdateCertUsage(DcmApiCaller.java:161) at com.github.ibmioss.dcmtools.DcmAssignCmd.main(DcmAssignCmd.java:154)