|
From: Samuel L. B. <sa...@pr...> - 2014-10-13 13:49:17
|
Hi, > What's the valid input format for field "Certificate Policy Id" in adminweb? > > I got a exception traceback with this message for input value 42.42.42.42: > > "string 42.42.42.42 not an OID" That's in fact not a valid OID. All OIDs start with either 0, 1 or 2. See this list: http://oid-info.com/cgi-bin/display?tree=1 Regards, Samuel |