I am trying to upload a certificate to IAM from my UNIX server to attached to a load balancer in AWS.
When I issue the command: iam-servercertupload -b new.server.cert.pem -k new.server.pem -s mysite.cert.com -v -d I get the following errror:
Unable to load version information for the running SDK: com/amazonaws/sdk/versionInfo.properties not found on classpath
Set parameter http.useragent = Jakarta Commons-HttpClient/3.0.1
Set parameter http.protocol.version = HTTP/1.1
Set parameter http.connection-manager.class = class org.apache.commons.httpclient.SimpleHttpConnectionManager
Set parameter http.protocol.cookie-policy = rfc2109
Set parameter http.protocol.element-charset = US-ASCII
Set parameter http.protocol.content-charset = ISO-8859-1
Set parameter http.method.retry-handler = org.apache.commons.httpclient.DefaultHttpMeth
I am running this command as a sudo user. There isn't much on the web regarding this error. Has anyone ever experienced this problem before?