No fstat on Linux, who knew?
This commit is contained in:
parent
98f75aa9d9
commit
2ed33bceff
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -17,6 +17,9 @@ PORT ?=
|
||||||
which-bin-uses-this-port:
|
which-bin-uses-this-port:
|
||||||
fstat | grep ':$(PORT)'
|
fstat | grep ':$(PORT)'
|
||||||
|
|
||||||
|
which-bin-uses-this-port-linux:
|
||||||
|
lsof -i ':$(PORT)'
|
||||||
|
|
||||||
MAIL_DOMAIN ?= mail.karchnu.fr
|
MAIL_DOMAIN ?= mail.karchnu.fr
|
||||||
verify-mail-certificate:
|
verify-mail-certificate:
|
||||||
echo | openssl s_client -starttls smtp -showcerts -connect $(MAIL_DOMAIN):587 -servername $(MAIL_DOMAIN) | openssl x509 -noout -dates
|
echo | openssl s_client -starttls smtp -showcerts -connect $(MAIL_DOMAIN):587 -servername $(MAIL_DOMAIN) | openssl x509 -noout -dates
|
||||||
|
|
Loading…
Add table
Reference in a new issue