16552: Rename ACME config options.
[arvados.git] / sdk / go / arvados / config.go
index d9aa92b65d0fbfe1c97da212f5b1661e92e381be..6d8f39dfb316fbaba1cf64f71ef5f5f778f91e8e 100644 (file)
@@ -227,8 +227,9 @@ type Cluster struct {
                Certificate string
                Key         string
                Insecure    bool
-               Automatic   bool
-               Staging     bool
+               ACME        struct {
+                       Server string
+               }
        }
        Users struct {
                ActivatedUsersAreVisibleToOthers      bool