# I am the Watcher. I am your guide through this vast new twtiverse.
# 
# Usage:
#     https://watcher.sour.is/api/plain/users              View list of users and latest twt date.
#     https://watcher.sour.is/api/plain/twt                View all twts.
#     https://watcher.sour.is/api/plain/mentions?uri=:uri  View all mentions for uri.
#     https://watcher.sour.is/api/plain/conv/:hash         View all twts for a conversation subject.
# 
# Options:
#     uri     Filter to show a specific users twts.
#     offset  Start index for quey.
#     limit   Count of items to return (going back in time).
# 
# twt range = 1 1
# self = https://watcher.sour.is/conv/2c52t3q
TLS 服務端認證**
使用 CFSSL 生成自己的 CA 正式在修改服務端代碼之前,我們先創建幾個證書。我們可以通過第三方認證機構獲取證書,但那需要花錢而且麻煩。對於內部服務的話,沒必要通過第三方機構。受信任的證書不一定來自於 Comodo 或 Let 's Encrypt 或任何其他權威 CA 機構,它們可以來自於自己生成的 CA。只要有合適的工具,這是免費也容易做到的。CloudFlare 公司 (一家美國雲計算公 ⌘ Read more