Fix encoding problem on actor
RSA.generate
gives pub/priv key as bytes
. And it gives 500 error on /actor
page on first run.
This commit will fix that problem.
RSA.generate
gives pub/priv key as bytes
. And it gives 500 error on /actor
page on first run.
This commit will fix that problem.