I have verified that a java process is running on port 9081. I do not have a CA signed cert, just the default self signed cert that comes with the product.
C:\Windows\system32>pslist | find "3408"
javaw 3408 8 46 786 1079280 0:01:20.531 0:39:35.170
C:\Windows\system32>netstat -ano | find "9081"
TCP 0.0.0.0:9081 0.0.0.0:0 LISTENING 3408
#AIX#Support#SupportMigration