migrate to new droplet ca system

This commit is contained in:
DecDuck
2024-10-08 21:45:44 +11:00
parent 2b4382d013
commit c4d81135a2
4 changed files with 14 additions and 23 deletions

View File

@ -39,7 +39,6 @@ export default defineEventHandler(async (h3) => {
return {
private: bundle.priv,
public: bundle.pub,
certificate: bundle.cert,
id: client.id,
};