Closed deepto98 closed 7 months ago
Graceful shutdown for the server is required so the OS can free the server port once an interrupt is received. The -p flag in mkdir is required so it dooesn't throw an error if the cert directory already exists.
-p
Looks okay, but I'm going to check it once again on my personal PC.
Graceful shutdown for the server is required so the OS can free the server port once an interrupt is received. The
-p
flag in mkdir is required so it dooesn't throw an error if the cert directory already exists.