You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+93-18Lines changed: 93 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,56 +1,131 @@
1
-
# potsi
1
+
# Trusted Server
2
2
3
-
# Installation
3
+
:information_source: At this time, Trusted Server is designed to work with Fastly. Follow these steps to configure Fastly Compute and deploy it.
4
4
5
-
## Pre-requisites
5
+
## Fastly
6
+
- Create account at Fastly if you don’t have one - manage.fastly.com
7
+
- Log in to the Fastly control panel.
8
+
- Go to Account > API tokens > Personal tokens.
9
+
- Click Create token
10
+
- Name the Token
11
+
- Choose User Token
12
+
- Choose Global API Access
13
+
- Choose what makes sense for your Org in terms of Service Access
14
+
- Copy key to a secure location because you will not be able to see it again
15
+
16
+
- Create new Compute Service
17
+
- Click Compute and Create Service
18
+
- Click “Create Empty Service” (below main options)
19
+
- Add your domain of the website you’ll be testing or using and click update
20
+
- Click on “Origins” section and add your ad-server / ssp partner information as hostnames (note after you save this information you can select port numbers and TLS on/off)
21
+
- IMPORTANT: when you enter the FQDN or IP ADDR information and click Add you need to enter a “Name” in the first field that will be referenced in your code so something like “my_ad_partner_1”
22
+
-
23
+
24
+
:warning: Fastly gives you a test domain to play on but obviously you’re free to create a CNAME to your domain when you’re ready. Note that Fastly compute ONLY accepts client traffic from TLS
25
+
26
+
## Installation
27
+
28
+
### Brew
29
+
30
+
:warning: Follow the prompts before and afterwards (to configure system path, etc)
0 commit comments