Is it possible to convert a public key to a certificate using the public key only?

I’ve seen the following, which takes a private key to form a cert request, which can then be self-signed:
openssl req -new -key privkey.pem -out cert.csr

But, given a public key only (such as in SSH, OpenSSL, PEM, PKCS8 format), how do I … Continue reading Is it possible to convert a public key to a certificate using the public key only?