generated from nhcarrigan/template
fix: cert name
This commit is contained in:
parent
6bfe251fe7
commit
9c173ebc4f
@ -16,10 +16,10 @@ export const instantiateServer = async (bot: Client) => {
|
|||||||
logger: false,
|
logger: false,
|
||||||
https: {
|
https: {
|
||||||
cert: await readFile(
|
cert: await readFile(
|
||||||
"/etc/letsencrypt/live/oogie.nhcarrigan.com-0001/cert.pem"
|
"/etc/letsencrypt/live/oogie.nhcarrigan.com/cert.pem"
|
||||||
),
|
),
|
||||||
key: await readFile(
|
key: await readFile(
|
||||||
"/etc/letsencrypt/live/oogie.nhcarrigan.com-0001/privkey.pem"
|
"/etc/letsencrypt/live/oogie.nhcarrigan.com/privkey.pem"
|
||||||
),
|
),
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
@ -39,7 +39,7 @@ export const instantiateServer = async (bot: Client) => {
|
|||||||
bot.user?.displayAvatarURL() ??
|
bot.user?.displayAvatarURL() ??
|
||||||
"https://cdn.nhcarrigan.com/profile.png",
|
"https://cdn.nhcarrigan.com/profile.png",
|
||||||
content: "Fastify server live on port 1443~!",
|
content: "Fastify server live on port 1443~!",
|
||||||
username: bot.user?.username ?? "Hacktoberfest",
|
username: bot.user?.username ?? "Boost Monitor",
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user