Using OpenID With Your Domain(s)

Setting up OpenID to work with your own domains is super easy. Add the following markup to your documents head.
<link rel="openid.server" href="http://www.myopenid.com/server" />
<link rel="openid.delegate" href="http://youraccount.myopenid.com/" />
<link rel="openid2.local_id" href="http://youraccount.myopenid.com" />
<link rel="openid2.provider" href="http://www.myopenid.com/server" />
<meta http-equiv="X-XRDS-Location" content="http://www.myopenid.com/xrds?username=youraccount.myopenid.com" />
That’s it….now you can log into OpenID enabled sites with myOpenID as your OpenID server.