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
Revise README for clarity and updated instructions
Updated README.md to clarify the purpose and installation steps for Trusted Server, including changes to Fastly setup instructions and CLI version requirements.
Copy file name to clipboardExpand all lines: README.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
1
# Trusted Server
2
2
3
-
:information_source: Trusted Server is an open-source runtime and edge-orchestration layer for modern publishers - executing 3rd-party scripts and your entire ad-stack server-side, all under 1st-party control. Our goal is to move ad-related code execution and control from web browsers to publisher controlled, "trusted" edge-cloud infrastructure.
3
+
:information_source: Trusted Server is an open-source, cloud based orchestration framework and runtime for publishers. It moves code execution and operations that traditionally occured in browsers (via 3rdparty JS) to secure, zero-cold-start [WASM](https://webassembly.org) binaries running in [WASI](https://github.com/WebAssembly/WASI) supported environments. It importantly gives publishers benefits such as: dramatically increasing control over how and who they share their data with (while maintaining user-privacy compliance), increasing revenue from inventory inside cookie restricted or non-JS environments, ability to serve all assets under 1st party context, and provides secure cryptographic functions to ensure trust across the programmatic ad ecosystem.
4
4
5
5
Trusted Server is the new execution layer for the open-web - returning control of 1st party data, security, and overall user-experience back to publishers.
6
6
7
7
At this time, Trusted Server is designed to work with Fastly Compute. Follow these steps to configure Fastly Compute and deploy it.
8
8
9
-
## Fastly
9
+
## Getting Started: Edge-Cloud Support on Fastly
10
10
- Create account at Fastly if you don’t have one - manage.fastly.com
11
11
- Log in to the Fastly control panel.
12
12
- Go to Account > API tokens > Personal tokens.
@@ -25,9 +25,9 @@ At this time, Trusted Server is designed to work with Fastly Compute. Follow the
25
25
- 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”
26
26
-
27
27
28
-
: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
28
+
:warning:With a dev account, Fastly gives you a test domain by default, but you’re also able to create a CNAME to your own domain when you’re ready, along with 2 free TLS certs (non-wildcard). Note that Fastly Compute ONLY accepts client traffic via TLS, though origins and backends can be non-TLS.
29
29
30
-
## Installation
30
+
## CLI and OS Tools Installation
31
31
32
32
### Brew
33
33
@@ -50,7 +50,7 @@ brew install fastly/tap/fastly
50
50
fastly version
51
51
```
52
52
53
-
:warning: fastly cli version should be at least v11.3.0
53
+
:warning: fastly cli version should be at least v12.1.0
54
54
55
55
#### Create profile and follow interactive prompt for pasting your API Token created earlier:
0 commit comments