J
J. M.
Hi,
I would like to do something using Java and I don't know if it can be
done or not. I am hoping someone here can tell me. If it cannot be
done, then ok... but if it can be done, I need help on how to do it.
I want to create a program that will take in a "local name" and a
"public key" and using them it will generate a public key certificate
of the type X.509.
I don't care if the names repeat or not, if several clients are called
"Bob" I don't care. All I want is for my program to receive a local
name and a public key, create a certificate with these two and then
sign the certificate using its (the program's) private key and then
return the X.509 certificate to the client.
Can this be done?
Thanks
I would like to do something using Java and I don't know if it can be
done or not. I am hoping someone here can tell me. If it cannot be
done, then ok... but if it can be done, I need help on how to do it.
I want to create a program that will take in a "local name" and a
"public key" and using them it will generate a public key certificate
of the type X.509.
I don't care if the names repeat or not, if several clients are called
"Bob" I don't care. All I want is for my program to receive a local
name and a public key, create a certificate with these two and then
sign the certificate using its (the program's) private key and then
return the X.509 certificate to the client.
Can this be done?
Thanks